Obtaining real time user information [fixed in v1.334]
I wrote a simple little app for myself that monitors who is tuned to what on my KiwiSDR. I get the information by scraping the Admin page. It works, but it's a bit of a hack
One problem is that each time it gets information, the KiwiSDR log displays these lines, which is a bit noisy:
Aug 4 06:25:23 kiwisdr kiwid: 7d:12:44:22.160 .... [01] PWD isLocal_if_ip: TRUE IPv4/4_6 remote_ip 192.168.0.4 ip_client 192.168.0.4/0xc0a80004 ip_server[IPv4] 192.168.0.75/0xc0a8004b nm /24 0xffffff00
Aug 4 06:25:23 kiwisdr kiwid: 7d:12:44:22.164 .... [01] PWD admin config pwd set FALSE, auto-login TRUE
Aug 4 06:25:23 kiwisdr kiwid: 7d:12:44:22.168 .... [01] PWD admin ALLOWED: no config pwd set, but is_local
Aug 4 06:25:23 kiwisdr kiwid: 7d:12:44:22.168 .... [01] PWD admin admin ALLOWED: from 192.168.0.4
Any way to either suppress this (honestly I don't need to know about local connections to my KiwiSDR) or perhaps better yet include the current tuning information on the existing status page?
One problem is that each time it gets information, the KiwiSDR log displays these lines, which is a bit noisy:
Aug 4 06:25:23 kiwisdr kiwid: 7d:12:44:22.160 .... [01] PWD isLocal_if_ip: TRUE IPv4/4_6 remote_ip 192.168.0.4 ip_client 192.168.0.4/0xc0a80004 ip_server[IPv4] 192.168.0.75/0xc0a8004b nm /24 0xffffff00
Aug 4 06:25:23 kiwisdr kiwid: 7d:12:44:22.164 .... [01] PWD admin config pwd set FALSE, auto-login TRUE
Aug 4 06:25:23 kiwisdr kiwid: 7d:12:44:22.168 .... [01] PWD admin ALLOWED: no config pwd set, but is_local
Aug 4 06:25:23 kiwisdr kiwid: 7d:12:44:22.168 .... [01] PWD admin admin ALLOWED: from 192.168.0.4
Any way to either suppress this (honestly I don't need to know about local connections to my KiwiSDR) or perhaps better yet include the current tuning information on the existing status page?
Comments