From ff0f95a1c40d6a7d5c483e1d17c79a9b8c571070 Mon Sep 17 00:00:00 2001 From: Tristan Smith Date: Fri, 31 May 2024 10:37:33 -0400 Subject: [PATCH] fixed syntax in readme. updated infomation in readme. --- Readme.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index d147e8a..a5f26b9 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # IP Reporter -IP Reporter is a Python-based tool for network administrators to monitor and capture IP and MAC addresses of network devices. It provides a simple graphical user interface (GUI) to display and export the captured data. The tool is useful for managing network devices, especially in environments like mining farms where multiple devices need to be tracked. +IP Reporter is a Python-based tool for network administrators to monitor and capture IP and MAC addresses of network devices. It provides a simple graphical user interface (GUI) to display and export the captured data. The tool is useful for managing network devices, especially in environments like mining farms where multiple devices need to be tracked. Currently this only works on Antminer machines as it's what I have access to. ## Features @@ -43,8 +43,14 @@ IP Reporter is a Python-based tool for network administrators to monitor and cap 2. **Run the Script**: - ```sh - python3 reporter.py + ```python3 reporter.py + + ``` + + or + + ```python3 gui.py + ``` 3. **GUI Interface**: