diff --git a/PTPLogger/README.md b/PTPLogger/README.md index 6ec221f..1d02dc2 100644 --- a/PTPLogger/README.md +++ b/PTPLogger/README.md @@ -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 ... freq - 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 ---