Gevatter-Tod / luci-app-iperf3

Small footprint Luci app for iperf3
GNU General Public License v2.0
3 stars 1 forks source link

No iPerf3 menu found in services #1

Open huajijam opened 6 days ago

huajijam commented 6 days ago

using OpenWrt R24.9.9 / LuCI Master (git-24.182.36151-66d29de) No iperf3 menu in services menu, access /cgi-bin/luci/admin/services/iperf3 not found

Gevatter-Tod commented 6 days ago

Hi @huajijam, can you let me know how you installed it? Have you tried rebooting to see if it pops up then?

I tested on 23.05, which is current stable. I cannot find any Openwrt Release 24.9.9. Can you send me a link where you got that from?

huajijam commented 6 days ago

Hi @huajijam, can you let me know how you installed it? Have you tried rebooting to see if it pops up then?

I tested on 23.05, which is current stable. I cannot find any Openwrt Release 24.9.9. Can you send me a link where you got that from?

I tried both build it with the firmware and install via ipk both not working

for 24.9.9, I'm using this repo

Gevatter-Tod commented 6 days ago

This looks to me like a quite customized fork of Openwrt. I am not sure, if they support the same Luci interface building as the official Openwrt builds. I guess you would need to try to port it to their release. Have you tried it on any of their stable releases?

huajijam commented 4 days ago

Have you tried it on any of their stable releases?

r u using luci2? I think the fork has not support to luci2

Gevatter-Tod commented 3 days ago

Yes, that should be it. The app here is based on java-script and not on lua, which was used for luci in the past.

huajijam commented 3 days ago

Yes, that should be it

can u switch it back to support it?

Gevatter-Tod commented 3 days ago

That would require to write the app from scratch, which is out of my scope given that openwrt is moving away from lua anyway. Feel free to fork it!