Monitors your 5G21-12W-A High-Speed Internet Gateway device
. Writes a log as a CSV (comma-separated values) file.
This software may need to be updated for newer gateway device firmware versions. It has been tested with version 1.2101.00.1609.
TrashCanMonitor © Copyright 2021, Eric Bergman-Terrell
- Install
Python 3
. TrashCanMonitor was developed and tested with Python version 3.9.1. - Install required modules:
- Windows users: just run the install-modules.bat file in a command shell
- Otherwise, run the following commands in a command shell:
- python -m pip install dnspython
- python -m pip install dnspython3
- python -m pip install pythonping
- python -m pip install requests
- In a command shell, navigate to the TrashCanMonitor source code folder.
- python ./main.py {seconds between samples} {log (csv) file path, e.g. "c:\temp\trashcan-stats.csv"}
Please submit your feedback to TrashCanMonitor@EricBT.com.