Simulating a bad internet connection

后端 未结 4 1022
没有蜡笔的小新
没有蜡笔的小新 2021-01-30 13:42

I\'m developing an embedded device which has access to the internet through LAN. I\'m in the testing phase now, and I would like to test how the device performs when the connect

4条回答
  •  一整个雨季
    2021-01-30 14:15

    You can try using "Fiddler"

    You have options to simulate bad network (like old modems 33k or 56k)

    You need to plug in your device to your PC and turn on the proxy (every request will be transfered through Fiddler)

    Then you could test your code with a bad network then see what happening ;)

提交回复
热议问题