photoangell
New Around Here
I am trying to set up a realtime monitor of authenticated clients. The idea is that I have a raspberry pi that will give text to speech notifications when authorised clients join the network. for fun
I am quite happy with the raspberry pi and text to voice bit - but I am trying to find out a reliable way of monitoring my router (a RT-N66U) for the list of clients. The dnsmasq.leases file was one thought, but that just displays what leases have been given and not a current list of connections. I had thought about monitoring the syslog for DHCPDISCOVER requests, but it wouldn't provide me information when someone leaves the network.
What I am trying to access is similar to the screen in System Log -> Wireless Log. or on the home page under the View List button for clients.
I've dug around in the web interface asp files and reached a bit of a deadend in the C files (as I don't know C).
Has anyone done anything like this before - or can give me some pointers?
I am quite happy with the raspberry pi and text to voice bit - but I am trying to find out a reliable way of monitoring my router (a RT-N66U) for the list of clients. The dnsmasq.leases file was one thought, but that just displays what leases have been given and not a current list of connections. I had thought about monitoring the syslog for DHCPDISCOVER requests, but it wouldn't provide me information when someone leaves the network.
What I am trying to access is similar to the screen in System Log -> Wireless Log. or on the home page under the View List button for clients.
I've dug around in the web interface asp files and reached a bit of a deadend in the C files (as I don't know C).
Has anyone done anything like this before - or can give me some pointers?