Simulate network connection loss

Login to reply to this topic.
Thu, 2008-01-31 10:27
Joined: 2007-12-06
Forum posts: 1

Hi all,
I've searched but cannot find a solution for this.
I want to be able to simulate network loss/recovery on the emulator to be able to test my networking code.
One option is to add a layer to my code that would allow me to inject errors, but I'd rather have an outside influence on the control. i.e to make it happen asynchronously.
I suppose another option is to have to emulator route all traffic via a proxy (python script etc) which I can control.
Anybody done this kind of thing?

Cheers
Mark

  • Login to reply to this topic.