added reporting uplink

This commit is contained in:
2026-07-15 16:59:03 +00:00
parent 37c286e756
commit 39a9916351
2 changed files with 73 additions and 2 deletions
+1
View File
@@ -18,6 +18,7 @@ Daemon that makes an OpenWrt router appear as a UniFi AP to UniFi Network contro
| **Wired Clients** | MACs from bridge FDB | `clients.c``bridge fdb` |
| **CPU / RAM** | Real-time usage | `sysinfo.c``/proc/stat` + `/proc/meminfo` |
| **Interfaces** | Speed, duplex, rx/tx counters | `sysinfo.c``/proc/net/dev` |
| **Wired Uplink** | Link state, speed, duplex, and counters for topology | `inform.c``uplink` |
| **Channel / RF** | Channel utilization, noise, tx_power | `sysinfo.c``iw survey dump` |
| **LLDP Send** | Custom frames via AF_PACKET raw socket | `lldp.c``lldp_send_frame()` |
| **LLDP Read** | Neighbors for UniFi topology | `lldp.c``lldpctl -f json` |