Wifi-Signal-Plotter

November 6, 2017 ยท View on GitHub

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.