Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to reduce internet speed

Tags:

macos

ios

ipad

I have created an iPad app which deals with some API calls, it is working fine when there is internet available/unavailable. Now, I want to check app behavior with low internet speed. Is there any way to reduce internet connection speed? Currently I am on 4 MBPS, I want it to reduce to the dial-up speed.

Thanks,

like image 425
Ankur Avatar asked Jan 08 '13 07:01

Ankur


2 Answers

You can use Ubuntu, a software called Wondershaper, and a Wifi access point

Step:

  1. Get a computer with 2 NIC
  2. Install Ubuntu on a computer
  3. Install Wondershaper software
  4. Connect Wifi access point to NIC2. Connect Uplink (Modem/ADSL/Router) to NIC1
  5. Configure speed you required by looking at link below [1]
  6. Connect your Ipad to Wifi AP wirelessly.
  7. Test

[1]http://www.hecticgeek.com/2012/02/simple-traffic-shaping-ubuntu-linux/

like image 41
Sharuzzaman Ahmat Raslan Avatar answered Sep 20 '22 00:09

Sharuzzaman Ahmat Raslan


You can use network link conditioner as shown in this blog USING NETWORK LINK CONDITIONER IN IOS 6.

enter image description here

If you want to do this in simulator you can check this blog New in OS X Lion: “Network Link Conditioner” utility lets you simulate internet and bandwidth conditions

enter image description here

You can install this by going to Xcode -> Open Developer Tool -> More Developer Tools and install "Hardware IO Tools for Xcode". You can double-click on the Network Link Conditioner.prefpane and it will install.

like image 118
iDev Avatar answered Sep 18 '22 00:09

iDev