Skip to content

simple bash script to monitor wifi signal and ping time

License

Notifications You must be signed in to change notification settings

rumesh986/wifianalyse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

#Wifianalyse

About

wifianalyse is a simple bash script that allows you to get the signal level, link quality and ping time of your device connected to a network. This script was tested on a Raspberry Pi running raspbian and a laptop running Ubuntu 16.04.

Usage

Using the script is very simple. just open a terminal cd to the directoryu containing the script and run ./wifianalyse. if you to run the script from anywhere place the script in /usr/local/bin folder. You will be asked to enter the inerface name and ip addresss of your router when you run the script. This information is vital to the running of the script so please enter the correct information. the interface name can be found by running iwconfig.

Tips

Move the wifianalyse script to /usr/local/bin/ to be able to run the script from anywhere. If the file is not executable, run chmod +x wifianalyseto make it an executable.

About

simple bash script to monitor wifi signal and ping time

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages