summaryrefslogtreecommitdiff
path: root/contrib/README
diff options
context:
space:
mode:
authorNiccolo Rigacci <niccolo@rigacci.org>2018-10-16 15:34:24 -0700
committerGary E. Miller <gem@rellim.com>2018-10-16 15:34:24 -0700
commitc7f161e877669706c64ab4af305623554f9a6e84 (patch)
tree16562f2c0cfa756cba3909bd91408155d4752b0b /contrib/README
parent743e59c363ce6df4586d9b8f57d8a85914cbe317 (diff)
downloadgpsd-c7f161e877669706c64ab4af305623554f9a6e84.tar.gz
Skyview2svg: Add a program to create an svg image of the skyview.
Signed-off-by: Gary E. Miller <gem@rellim.com>
Diffstat (limited to 'contrib/README')
-rw-r--r--contrib/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README
index c060ec29..3194a6d9 100644
--- a/contrib/README
+++ b/contrib/README
@@ -2,6 +2,9 @@ The following tools are not production-ready. They are included only as
conveniences, examples or rudimetary starting points for other development
efforts.
+skyview2svg reads the skyview from gpspipe, and creates an svg image
+of the skyview.
+
gpssnmp a tool to return some SNMP values from the running local gpsd.
clock_test is used to test the latency of the system call clock_getttime().