Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 600 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 600 Bytes

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.