]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Update README.md
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 22 Mar 2021 17:05:41 +0000 (17:05 +0000)
committerGitHub <noreply@github.com>
Mon, 22 Mar 2021 17:05:41 +0000 (17:05 +0000)
README.md

index 8dc00d3317b9f5fe6da35c97060c472f5da0c04b..68de2a8ffe3b2da23eedd1ab104ff26d5f11d6a2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,8 +1,5 @@
 # nqptp
-Not Quite a PTP Daemon, `nqptp` monitors PTP traffic.
-
-# What is nqptp for?
-Briefly, `nqptp` monitors the times of any [PTP](https://en.wikipedia.org/wiki/Precision_Time_Protocol) clocks -- up to 32 -- it sees on port 319/320. It maintains a record for each clock, identified by its Clock ID and IP. This information is provided via a Posix shared memory interface at `/nqptp`. Here are details of the interface:
+Not Quite a PTP Daemon, `nqptp` monitors PTP traffic. Briefly, `nqptp` monitors the times of any [PTP](https://en.wikipedia.org/wiki/Precision_Time_Protocol) clocks -- up to 32 -- it sees on port 319/320. It maintains a record for each clock, identified by its Clock ID and IP. This information is provided via a Posix shared memory interface at `/nqptp`. Here are details of the interface:
 ```c
 struct clock_source {
   char ip[64];                           // the IP the clock information is coming from