Is there a app for this?
It it po
You can use followed 2 applications for your purposes:
Now you can connect with android to your virtual WiFi AP and manage BW + packet loss + latency by using some scripts (single batch file *.bat
). Here is example:
cd C:\ipfw3-2012\binary
@echo on
@set CYGWIN=nodosfilewarning
@ipfw -q flush
@ipfw -q pipe flush
set download="80Kbit/s"
set srcIp=111.111.222.222
ipfw pipe 1 config bw %download%
ipfw add pipe 1 tcp from any to any in
ipfw -c show
ipfw pipe show
It works great. Here is print screen: