summaryrefslogtreecommitdiff
path: root/contrib/README
diff options
context:
space:
mode:
authorSanjeev Gupta <ghane0@gmail.com>2015-03-25 00:51:39 +0800
committerGary E. Miller <gem@rellim.com>2015-03-25 14:06:04 -0700
commit73489526310dfac22a0e7da33ab862cc731fcd1d (patch)
treecdf6ad39df1b1a23cfa1830e61e2f47149443441 /contrib/README
parentc2e0ea1ba588e6d65a4280eb1e30d0923bba296a (diff)
downloadgpsd-73489526310dfac22a0e7da33ab862cc731fcd1d.tar.gz
Updating documentation in contrib/
Built and tested ppscheck. Signed-off-by: Gary E. Miller <gem@rellim.com>
Diffstat (limited to 'contrib/README')
-rw-r--r--contrib/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/README b/contrib/README
index 70e634a0..81700fc0 100644
--- a/contrib/README
+++ b/contrib/README
@@ -22,12 +22,6 @@ lla2ecef transforms latitude/longitude/altitude (aka north-east-up or local
tangential plane) coordinates into the earth-centered-earth-fixed frame. If
invoked as "ecef2lla" it will transform coordinates in the opposite manner.
-ppscheck watches a specified serial device for changes in handshake lines
-CD, RI, and CTS by running ioctl(...., TIOCMIWAIT, ...) in a loop. When it
-sees a state change it emits a timestamped line of output dumping the state
-of the handshake signals. It's useful for checking whether a device is
-emitting 1PPS. There is troubleshooting advice in the header comment.
-
------
The files below have been tested to work with gpsd v3.14, as of 2015-03-23
@@ -43,6 +37,12 @@ ntpoffset generate an estimate of your GPS's offset from a peerstats
file. For instructions on how to use this script, see the GPSD Time
Service HOWTO in this distrubution, in the www/ subdirectory.
+ppscheck watches a specified serial device for changes in handshake lines
+CD, RI, and CTS by running ioctl(...., TIOCMIWAIT, ...) in a loop. When it
+sees a state change it emits a timestamped line of output dumping the state
+of the handshake signals. It's useful for checking whether a device is
+emitting 1PPS. There is troubleshooting advice in the header comment.
+
------
The files below do not work with current versions of gpsd.