Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Connectify/openwrt-netem
OpenWrt packages for easy WAN emulation.
https://github.com/Connectify/openwrt-netem
Last synced: 13 days ago
JSON representation
OpenWrt packages for easy WAN emulation.
- Host: GitHub
- URL: https://github.com/Connectify/openwrt-netem
- Owner: Connectify
- Created: 2013-03-04T14:10:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-11T12:50:18.000Z (over 1 year ago)
- Last Synced: 2024-07-31T14:09:32.173Z (3 months ago)
- Language: Lua
- Size: 11.7 KB
- Stars: 19
- Watchers: 3
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
openwrt-netem
=============OpenWrt packages for easy WAN emulation.
### Compiling the packages require the following steps:
1. Setup an OpenWrt buildroot, checkout the openwrt repo. Refer to https://openwrt.org/docs/guide-developer/toolchain/use-buildsystem
2. Copy these folders into the my_packages folder of the openwrt buildroot and update the feeds.
```
./scripts/feeds update -a
./scripts/feeds install netem-control
./scripts/feeds install luci-app-netem
```
3. Run `make menuconfig` and ensure both netem-control in Network and luci-app-netem in Luci > Applications is enabled
4. Compile both packages individually
```
make package/netem-control/{clean,compile}
make package/luci-app-netem/{clean,compile}
```
5. Resulting .ipk files will be placed in /bin/packages/x86_64/my_packages/