Wifi-Signal-Plotter
Wifi-Signal-Plotter copied to clipboard
A Python script for graphing and comparing the WiFi signal strengths between WiFi adaptors in Windows or Linux.
Wifi-Signal-Plotter
Simple example Python script for comparing Wifi Signal strength between Wifi adaptors in Linux or Windows.
How to run:
- From Python Shell:
>>> import WifiSignalPlotter
>>> WifiSignalPlotter.main()
- Windows:
python.exe WifiSignalPlotter.py
- Linux (Ubuntu/Linux Mint):
chmod +x WifiSignalPlotter.py
python3.5 WifiSignalPlotter.py
Tested on:
- Windows and Linux.
- Python 3.4/3.5.
Requirements:
- subprocess module.
- numpy and matplotlib libraries.