patduckless / Wifi-Signal-Plotter

A Python script for graphing and comparing the WiFi signal strengths between WiFi adaptors in Windows or Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Python script for graphing and comparing the WiFi signal strengths between WiFi adaptors in Windows or Linux.


Languages

Language:Python 100.0%