Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.
/ mifirssi Public archive

Log RSSI, SINR, and "signal bars" of Verizon Mifi using dryscrape and Beautiful Soup to read jQuery data

License

Notifications You must be signed in to change notification settings

scivision/mifirssi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mifi RSSI reader and logger

Example of using dryscrape to get jQuery updated webpage and Beautiful Soup to parse the HTML. Could be readily adapted for fantasy sports teams, political polling live results, and the like.

Tested with Franklin Wireless MHS800L a.k.a. Verizon Wireless Ellipsis MiFi. Logs:

  • RSSI
  • SINR
  • Signal Bars
  • Connected/Not Connected

into a CSV file. if a value is not present (for example RSSI when not connected) that value is blank (commas adjacent to each other in this case).

Example plot of Verizon MiFi signal parameters

Install

apt install xvfb

pip install -e .

Example Plot

python mifiRSSI.py -p test/mifirssi.csv

About

Log RSSI, SINR, and "signal bars" of Verizon Mifi using dryscrape and Beautiful Soup to read jQuery data

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Languages