summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2016-05-30 14:37:29 -0700
committerGary E. Miller <gem@rellim.com>2016-05-30 14:38:12 -0700
commit24cdae04694b2b1d33838475d22eb50a1184169e (patch)
treea915e2968ef53c967c270f2e182a10cd39ac2cbf /www
parent59f0734c707a627ee0989f94c19d3b96a6df972c (diff)
downloadgpsd-24cdae04694b2b1d33838475d22eb50a1184169e.tar.gz
Add ARP error example. Add section on temperature errors.
Thanks to Leo Bodner for the bubble wrap hint.
Diffstat (limited to 'www')
-rw-r--r--www/gpsd-time-service-howto.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/www/gpsd-time-service-howto.txt b/www/gpsd-time-service-howto.txt
index d328b985..c21fea42 100644
--- a/www/gpsd-time-service-howto.txt
+++ b/www/gpsd-time-service-howto.txt
@@ -1071,10 +1071,24 @@ when the NTP server sends a request to the remote server an entire ARP
cycle will be added to the NTP packet round trip time (RTT). This will
throw off the time measurements to servers on the local lan.
+On a RasberryPi ARP has been shown to impact the remote offset by up to
+600 uSec in some rar cases.
+
The colution is the same for both ntpd and chronyd, add the "minpoll 5"
command to any 'server" or "peer directive. This will cause the maximum
polling period to be 32 seconds, well under the 60 second ARP timeout.
+=== Watch your temperatures ===
+
+The stability of the system clock is very temperature dependent. A one
+degree change in room temperature can create 0.1 ppm of clock frequency
+change. Once simple way to see the effect is to place your running
+NTP server inside bubble wrap. The time will take a quick and noticeable
+jump.
+
+If you leave your NTP server in the bubble wrap you will notice some
+improved local and remote offsets.
+
== NTP tuning and performance details ==
This section deals specifically with ntpd. It discusses algorithms
@@ -1760,5 +1774,5 @@ by Jaap Winius <jwinius@rjsystems.nl>.
New section on GPS time. Note the existence of the GR801-W.
Describe the special timeserver build of GPSD. Recommend NTPsec.
Add Macx-1 link.
- Add section on ARP problems
+ Add sections on ARP and temperature problems