Get Network Statistics for T-Mobiles Arcadyan 5G Home Internet Router
- Python 3 (This is tested on 3.9.13 & 3.9.2)
- Pandas (pip3 install pandas): https://pandas.pydata.org/
- plotly (pip3 install plotly): https://plotly.com/
- Clone the branch:
git clone https://github.com/dy1lan/TMobile-GetNetworkStats.git
- Open up your command prompt and navigate to the directory where you cloned this Repo.
- Run
python3 GetInternetSpeeds.py
- This will run continuously, grabbing data every 5 minutes and place it into the "Data" folder, until you do "CTRL + C" or exit the command prompt.
- Run
python3 CSV-To-Graph.py
- This will open up a file dialog to allow you to select a file, select one of the data files that were created by the "GetInternetSpeeds" script.
- Once selected, this will create a 4G and 5G graph of all the data that has been collected so far.
- This has been tested and verified to be working on Windows and Raspberry Pi(Linux) so far.