Is there any way of simulating limited or no 3G / Wifi / EDGE connectivity when using the iPhone simulator?
|
|
Is it the variations in speed you wish to test? Or access to each technology? If it's speed then you could use the following ipfw trick, courtesty of Craig Hockenberry of the Icon Factory, to use ipfw to limit connectivity to a given domain. In this example, it's twitter and it limits the speed of all connections to and from the host. It's a bash script, if you're doing iPhone dev you'll be on a mac so just create it and run in the terminal.
|
||
|
|
|
You might want to take a look at SpeedLimit, a Preference Pane for OS X that allows you to throttle bandwidth and control latency. |
||
|
|
|
|
You can test no network by turning your airport off :-) For finer control, Neil's ipfw suggestion is the best way. |
||
|
|
|
|
If you have iPhone tethering, you can turn off your cable modem/ASDL connection, and route your internet through your iPhone. This method works really well if your carrier is AT&T. If you don't have AT&T as your carrier, you'll have to try one of the other methods to simulate a crappy connection. Another lo-fi solution, is to wrap your home wireless router in tin foil, or put it in a metal box. What you want to simulate generally is a crappy connection - not a slow connection. The firewall rules will slow the connection, but won't lose random packets. Since your on a Mac, you can use Dummynet. This plugs into ipfw, but can also simulate packet loss. Here's a typical ipfw with the Dummynet module:
|
|||
|
|
