mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 02:21:50 +08:00
9c4b2ee8de
Add a new application that tracks WiFi associated stations over time and displays history of connected devices. A ucode service polls iwinfo assoclist and persists station data to a JSON file. The LuCI view shows connected/disconnected status, MAC, hostname, signal, and timestamps. Closes: #8109 Signed-off-by: Deborah Olaboye <deboraholaboye@gmail.com>