openwisp / openwrt-openwisp-monitoring

OpenWRT monitoring agent for openwisp-monitoring
https://openwisp.io/docs/dev/openwrt-monitoring-agent/
GNU General Public License v3.0
23 stars 20 forks source link

[feature] Add more wifi station information #124

Closed nemesifier closed 1 year ago

nemesifier commented 1 year ago

We shall add the station to which the device is connected, plus other information taken from iwinfo like bitrate and quality and quality_max, if availabile.

If this is also available in adhoc and mesh mode, we should add it too.

pandafy commented 1 year ago

The associated clients are already added for ad-hoc and mesh mode.

https://github.com/openwisp/openwrt-openwisp-monitoring/blob/0f829f80fcd751b005b5ff8c0923ef0ca8fef081/openwisp-monitoring/files/sbin/netjson-monitoring.lua#L95-L101