a modular framework for creating OpenWrt-based firmwares for wireless mesh nodes
Go to file
Nils Schneider a1d27aefbb mesh-batman-adv-core: add clientcount statistics
This adds

  "client" { "total": <int>, "wifi": <int>" }

to statistics.d. "total" will be the number of clients connected.
"wifi" will be the number of clients connected over wifi. I.e. "total"
will always be equal to or greater than "wifi".

The node will not count itself.
2014-08-10 13:24:08 +02:00
package mesh-batman-adv-core: add clientcount statistics 2014-08-10 13:24:08 +02:00