Wojciech Jowsa
Wojciech Jowsa
@openwrt-diy It works like a regular Luci application. If you add it to your custom image or download a package then it will be available in the Luci UI. In...
Sure, it is luci related so I will add a luci prefix.
Yes, you are right. The current implementation is a bit "old style" i.e. lua script is called directly. It is because of my laziness ;) I agree that the preferred...
@feckert done.
@feckert My intention was to create an application that works on demand so that users can easily start/stop iperf3 when it is needed. In my opinion, this design works better...
@stangri Thanks. The idea behind the name is that it is more informative for users. It also gives some space for future extensions that are not iperf3 related (statistics, charts,...
@jow- I have implemented most of your review remarks. However --pidfile is server mode only. More, when used in server mode then for some reason the first output "Server listening...
@jow- works like a charm, thanks.
My iperf3 [patch](https://github.com/esnet/iperf/pull/1110) is merged. I will change the application. @jow- please let know how do we proceed with the iperf3 patch i.e. bump up iperf3 package to the master...
@openwrt-diy As far as I am concerned then I think I added all requested improvements/fixes. Now waiting for @jow- @feckert opinions.