Update PTPLogger/README.md

This commit is contained in:
2026-06-15 13:33:53 +10:00
parent a86540791a
commit 44f83e6de6
+2 -22
View File
@@ -60,11 +60,6 @@ The Python GUI tool visualises collected logs and detects PTP events.
- Adjustable time resolution
- Handles multi-day logs
### How to Run
```
python PTPLogger_Graphing.py
```
### Usage
@@ -88,27 +83,11 @@ rms <value> ... freq <value>
- Blue vertical lines: state changes
- Red vertical lines: master changes
---
## 3. Dependencies
### Python Requirements
- Python 3.8 or newer
### Install Dependencies
On both Windows and Linux:
```
python -m pip install matplotlib
```
Tkinter is included with most Python installations.
---
## 4. Compilation (Windows)
## 3. Compilation (Windows)
### Install PyInstaller
@@ -164,6 +143,7 @@ Run:
- The graphing tool works best with continuous ptp4l statistics output
- If logs contain no RMS data, the graph will be empty
- Correct socket configuration is required for pmc to collect data
- Tested with Bolero Diagnotics, and RSP-1216 logs
---