scivision / mifirssi

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Python 100.0%