Skip to content

Connectify/openwrt-netem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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
  1. Run make menuconfig and ensure both netem-control in Network and luci-app-netem in Luci > Applications is enabled
  2. Compile both packages individually
   make package/netem-control/{clean,compile}
   make package/luci-app-netem/{clean,compile}
  1. Resulting .ipk files will be placed in /bin/packages/x86_64/my_packages/

About

OpenWrt packages for easy WAN emulation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published