You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is one of the pieces of information in which openwisp users are mostly interested since it's widely used in public WiFi networks.
We can get this information with additional scripts and a custom MIB.
We could use iw or ubus (as we do in netjson-monitoring).
If we get a good result we could even send a patch to include these scripts in net-snmpd on OpenWRT by default.
This is one of the pieces of information in which openwisp users are mostly interested since it's widely used in public WiFi networks.
We can get this information with additional scripts and a custom MIB.
We could use
iw
orubus
(as we do in netjson-monitoring).If we get a good result we could even send a patch to include these scripts in net-snmpd on OpenWRT by default.
Example exec net-snmpd script on on OpenWRT:
in
/tmp/test
:#!/bin/sh iwinfo
in
/etc/config/snmpd
:Output:
Of course the example above is naive but just explains how to get additional info on OpenWRT via SNMPd.
The important info we currently get from netjson-monitoring is:
I think we can get this info with a mixture of commands like
uci get
,iwinfo
,iw <interface> station dump
or via ubus and jsonfilter.We can work on this idea once we complete the first release.
The text was updated successfully, but these errors were encountered: