Update 'README.md'
This commit is contained in:
parent
6bee420680
commit
6e60b2dd80
11
README.md
11
README.md
@ -1,3 +1,12 @@
|
||||
# iperf3
|
||||
|
||||
Custom scripts for Iperf3 in OpenWRT systems
|
||||
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
|
Loading…
Reference in New Issue
Block a user