WLAN Access Point Monitor - poll information script
https://github.com/jzelina/WLAN-AP-Monitor
This program connects to single or multiple WLAN Access Point(s) by SSH. Once connected instructions to download AP status information are executed and the collected result is received by this tool.
The result is written to an output file.
This tool match to linux based AP's providing SSH access. Sample scripts are matching with hostapd environments.
- python -- paramiko (sudo pip install paramiko)
config.cfg: general settings wmon_agent.sh: instruction to execute on AP
python wlanmon.py (or sh start_poll.sh)
GPL