summaryrefslogtreecommitdiff
path: root/devtools/README
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-04 19:11:51 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-04 19:11:51 +0000
commitd7f2e6b347ad03dd4a113360660b09b8c8f364db (patch)
tree488477611024f2fb32227c5e0bfd45b23bac10a4 /devtools/README
parent69db57a927b236c26dd55345c8dfa34b9bb48584 (diff)
downloadgpsd-d7f2e6b347ad03dd4a113360660b09b8c8f364db.tar.gz
Reorganize, moving a rarely-used/semi-obsolescent stuff into subdirectories.
Diffstat (limited to 'devtools/README')
-rw-r--r--devtools/README43
1 files changed, 43 insertions, 0 deletions
diff --git a/devtools/README b/devtools/README
new file mode 100644
index 00000000..5fa2abe4
--- /dev/null
+++ b/devtools/README
@@ -0,0 +1,43 @@
+This is a list of developer tools included in the SVN source tarball
+but not necessarily shipped in the tarball or binary distributions If you're
+viewing it with Emacs, you can try doing Ctl-C Ctl-t browse through
+the outline headers. Ctl-C Ctl-a will unfold them again.
+
+** ais.py
+
+AIS packet decoder in Python. Useful as a check on the C code.
+
+** fakecompare
+
+Compare the results from running gpsfake on a logfile between this
+machine and a remote one. Especially useful when remote and local
+have different word lengths.
+
+** findbreakage
+
+Starting from a specified SVN revision number, this Python program runs
+regression tests forward until something fails. It uses a binary search, so
+convergence should be very rapid.
+
+** leapsecond.py
+
+Gets the current leap-second correction forom IERS and/or the USNO.
+
+** logextract
+
+Extract pure NMEA from an emailed gpsd error log. The output can be fed
+to gpsfake. (This one goes in the tarball.)
+
+** regress-builder
+
+This script runs an exhaustive test on combinations of compilation options,
+looking for ones that break the build.
+
+** striplog
+
+Strip leading comment lines from NMEA sentence logs. gpsfake can do
+this itself now, so this script has a lot of dust on it.
+
+
+
+