Query MACs in Wifi Access Point

57 Views Asked by At

I want to be able to access the data of MACs that are listened from a Wi-Fi access point (TP Link) in order to register them in a MySql database. My first idea is to access through the PHP Telnet library to the Access Point command line to perform the queries. I understand that TP-Link works on OpenWRT, but I do not know how to perform the data queries:

  • MAC within reach of the Access Point (even if they are not connected as clients)
  • MAC connected to the Wifi Access Point.

Any guidance on how to tackle the problem?

0

There are 0 best solutions below