]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Update README.md
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 26 Mar 2021 12:29:34 +0000 (12:29 +0000)
committerGitHub <noreply@github.com>
Fri, 26 Mar 2021 12:29:34 +0000 (12:29 +0000)
README.md

index 7d034674338e48acca40b91e6de0da03b44a6934..2c67c276e7e148fc9dab51a2d0f7fd9b6d441d1c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # nqptp
-*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 ports 319 and 320. It maintains a record for each clock, identified by its Clock ID and IP. This information is provided via a [POSIX shared memory](https://pubs.opengroup.org/onlinepubs/007908799/xsh/shm_open.html) 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 ports 319 and 320. It maintains a record for each clock, identified by its Clock ID and IP. This information is provided via a [POSIX shared memory](https://pubs.opengroup.org/onlinepubs/007908799/xsh/shm_open.html) interface at `/nqptp`. Here are details of the interface:
 ```c
 struct clock_source {
   char ip[64];                           // the IP the clock information is coming from
@@ -43,6 +43,7 @@ Since `nqptp` uses ports 319 and 320, it can not coexist with any other user of
 
 # Known Issues
 * At present, `nqptp` does not take advantage of hardware timestamping.
+* The daemon is Linux only, and has been developed and tested on a `systemd` Linux only.
 
 # Things Can Change!
 The `nqptp` daemon is under active development and, consequently, everything here can change, possibly very radically.