Simple example Python script for comparing Wifi Signal strength between Wifi adaptors in Linux or Windows.
- From Python Shell:
>>> import WifiSignalPlotter >>> WifiSignalPlotter.main()- Windows:
python.exe WifiSignalPlotter.py - Linux (Ubuntu/Linux Mint):
chmod +x WifiSignalPlotter.py python3.5 WifiSignalPlotter.py - Windows and Linux.
- Python 3.4/3.5.
- subprocess module.
- numpy and matplotlib libraries.
