https://github.com/heman/crapnet
XMLRPC server to change network charcteristics.
https://github.com/heman/crapnet
Last synced: 5 days ago
JSON representation
XMLRPC server to change network charcteristics.
- Host: GitHub
- URL: https://github.com/heman/crapnet
- Owner: HeMan
- Created: 2012-08-20T19:55:52.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-04T05:27:46.000Z (over 13 years ago)
- Last Synced: 2025-01-19T11:29:21.840Z (over 1 year ago)
- Language: Lua
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Crapnet
=======
Crapnet is a tool to make your router to perform worse. Why? Because
you sometimes need to test applications over a network connection that
do add latency, lowers the bandwidth or drops some packages.
It's built as a XMLRPC server that configures the Linux kernel with
tc and iptables.
Prereqs
-------
Crapnet is built to be ran on a OpenWRT router with a few extra packages.
* OpenWRT 10.03 (or newer, 12.09 beta is tested)
* luaexpat
* luafilesystem
* tc
* kmod-netem
### Unittests
You can find unittests at [crapnet-test][1]
[1]: https://github.com/HeMan/crapnet-test