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

index 21dbb3f085b6f8afb34ab850e64efd561f4890a3..8dc00d3317b9f5fe6da35c97060c472f5da0c04b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -23,7 +23,6 @@ struct shm_structure {
   struct clock_source clocks[MAX_SHARED_CLOCKS];
 };
 ```
-A unix group called `nqptp` is created by the `make install` step. Members of this group have write access to the shared memory interface and can therefore use the `shm_mutex` for safe access to the information.
 
 # Installation
 ```
@@ -35,6 +34,7 @@ $ make
 The `make install` creates the `nqptp` group and installs a `systemd` startup script. You should enable it and start it in the normal way. Note that `nqptp` must run in `root` mode to be able to access ports 319 and 320.
 
 # Notes
+A unix group called `nqptp` is created by the `make install` step. Members of this group have write access to the shared memory interface and can therefore use the `shm_mutex` for safe access to the information.
 Be aware that while your program has the lock, it can halt `nqptp`, so keep any activity while you have the lock very short and very simple, e.g. copying it to local memory. 
 
 The `source_time` and `local_to_source_time_offset` values are averaged over up to 480 samples. Since samples should be make at the rate of eight per second, this means that the values are averaged over the previous minute.