1
In the app, I’m already collecting traffic on iphone, now I need to check how to measure the speed in mobile broadband traffic on 3g or in the wifi programmatically.
For example:
Every 1 minute or 10 minutes or more, I need to know what is the average speed that the data is being delivered either for download or upload, either over the network wifi as for the network 3g/4g cell phone.
Please someone knows how to do this on iPhone?
Download a fairly large (minimum 10MB) file, measuring the download time. To measure upload, do the same, but send a file.
– Vinícius Gobbo A. de Oliveira
not that, I need to know to which average speed that the mobile is traveling both on the wifi network and 3G, I will edit my question and improve.
– rcaratchuk
Periodically you check how much was trafficked then? Or is this done by checking how much was trafficked so far? If this is the second case, I believe there is no interface for this.
– Vinícius Gobbo A. de Oliveira
If from what I understand, I suggest you look at these two sites: Broadband/Speed Meter
– user44581