fixed syntax in readme. updated infomation in readme.
This commit is contained in:
parent
330ecaff43
commit
ff0f95a1c4
1 changed files with 9 additions and 3 deletions
12
Readme.md
12
Readme.md
|
@ -1,6 +1,6 @@
|
||||||
# IP Reporter
|
# 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
|
## Features
|
||||||
|
|
||||||
|
@ -43,8 +43,14 @@ IP Reporter is a Python-based tool for network administrators to monitor and cap
|
||||||
|
|
||||||
2. **Run the Script**:
|
2. **Run the Script**:
|
||||||
|
|
||||||
```sh
|
```python3 reporter.py
|
||||||
python3 reporter.py
|
|
||||||
|
```
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
```python3 gui.py
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
3. **GUI Interface**:
|
3. **GUI Interface**:
|
||||||
|
|
Loading…
Reference in a new issue