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?