5

How can I make download rate limitation (bandwidth) on Android phones.

I want to specify a specific Download rate(e.g. 100kbps) for the phone and prevent it from using all available bandwidth.

aliIoT
  • 51
  • 3
  • As a single limit imposed on all applications? As a limit that can be applied on selected applications? As a limit that applies to transfers that you are coding? – David Schwartz Jan 11 '12 at 04:15
  • @DavidSchwartz I think, any of that cases will be very helpful to debug networking apps. – Display Name Nov 13 '13 at 09:15

1 Answers1

0

I know this project has such capability. BrowserMob Proxy for Selenium type projects, assuming you are writing Android unit tests to test your app.

djangofan
  • 28,471
  • 61
  • 196
  • 289