Custom scripts for Iperf3 in OpenWRT systems
Go to file
ghostpirate 43bae0c9a7 Add 'usr-bin-iperfd' 2023-05-26 18:50:05 -03:00
LICENSE Initial commit 2023-05-26 17:16:37 -03:00
README.md Update 'README.md' 2023-05-26 17:36:37 -03:00
etc-init.d-iperfd Add 'etc-init.d-iperfd' 2023-05-26 18:35:32 -03:00
usr-bin-iperfd Add 'usr-bin-iperfd' 2023-05-26 18:50:05 -03:00

README.md

iperf3

Custom scripts for Iperf3 in OpenWRT devices, to be placed in the file system:

  • /etc/init.d/iperfd (to integrate the application into the system's init)
  • /usr/bin/iperfd (to execute iperf3 as a daemon, either manually or via system's init)

In their most basic form, these scripts were made for a x86_64 VM, but should be able to run on pretty much any physical device with OpenWRT.

It's possible to develop these scripts further, in order to leverage the device's leds and buttons. That way, the daemon can be launched or deactivated by pressing a button on the device, and a led will on or off, according to the service status.

The folders here correspond to devices in which I have implemented this expansion