simulate wireless network, powered by Node.js.
- all with only one command
npm install -g snail
npm update -g snail
simulate 3g network:
snail 3g
simulate 2g netword:
snail 2g
simulate what you want:
snail 160 170 400 8080
the command mean:
- bandwidth_down=160 kbps
- bandwidth_up=160 kbps
- delay=400ms
- port=8080
##Default
- 2G snail 80 80 800 9105
- 3G snail 160 160 400 9105
2013-8-15 add windows.performance.timing statistics
##License (The MIT License)
Copyright (c) 2013 @mdemo and other contributors