From 44f83e6de6c891d9651a0e78bd864d67e24ded17 Mon Sep 17 00:00:00 2001 From: Ben Nicholson Date: Mon, 15 Jun 2026 13:33:53 +1000 Subject: [PATCH] Update PTPLogger/README.md --- PTPLogger/README.md | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) 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 ---