Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jhurder-cvet committed Oct 4, 2022
2 parents dfde859 + e806fd6 commit 6bf52d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ A WPF-based C# application to monitor a TMobile Gateway. This utility used the A
* Reboot gateway

I created this app for the purpose of monitoring/debugging signal issues I was having. When running, the application will poll the service every couple of seconds. In order to retrieve telemetry data (device list, cell information, ...), you must provide your password for the gateway admin. The URL defaults to the standard IP address (192.168.12.1). Currently the Cell Information tab does not show any data, this will be worked on next.

### Logging
If logging is enabled, a file called "GatewayLog.csv" will be created in the directory the application is running. Even though the live display is refreshed every few seconds, log entries are only created when the 4G or 5G signal changes. If the file is open while the application is running, the log file can not be accessed by the application. The application will store these results in memory however and will write the entries as soon as the file is available again.

0 comments on commit 6bf52d6

Please sign in to comment.