From e806fd6bcb6898f9325a9f16c93b3cfbc9ed6f69 Mon Sep 17 00:00:00 2001 From: Rockdocta <45472311+Rockdocta@users.noreply.github.com> Date: Mon, 3 Oct 2022 22:38:16 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9b51096..8f7a007 100644 --- a/README.md +++ b/README.md @@ -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.