summaryrefslogtreecommitdiff
path: root/devtools
Commit message (Expand)AuthorAgeFilesLines
* Regression test and proper field conditionalization for AIS Type 16Eric S. Raymond2010-01-301-3/+7
* Add AIS type 23 regression test.Eric S. Raymond2010-01-301-5/+5
* Improved handling and documentation of AIS type 22 messages.Eric S. Raymond2010-01-301-11/+12
* Handle and document some out-of-band AIS field values.Eric S. Raymond2010-01-291-7/+10
* Cope with interrupts more gracefully.Eric S. Raymond2010-01-291-0/+2
* Error-handling tweak.Eric S. Raymond2010-01-291-1/+1
* Recover from random exceptions.Eric S. Raymond2010-01-291-2/+13
* We now have a test for AIS Type 13 decoding based on live and verified dataEric S. Raymond2010-01-281-2/+2
* We can now filter by type.Eric S. Raymond2010-01-281-3/+8
* Refactor so we can control raw output better.Eric S. Raymond2010-01-281-14/+19
* Update list of tested message types.Eric S. Raymond2010-01-151-3/+5
* Support for message type 25 in the Python decoder (untested).Eric S. Raymond2010-01-151-5/+26
* Add gpsdrive to the projects list.Eric S. Raymond2009-12-061-0/+1
* Make a list of client project contacts in devtools.Eric S. Raymond2009-12-061-0/+8
* The -j option is no more, so gpspipe doesn't have to process or send it.Eric S. Raymond2009-12-011-0/+1
* Make the Python decoder handle type 14 messages better.Eric S. Raymond2009-11-301-1/+1
* Document that a trailing @ should terminate a packed-six-bit AIS string.Eric S. Raymond2009-11-301-2/+11
* Improved handling of message 23 in the Python decoder.Eric S. Raymond2009-11-291-3/+3
* Add a verbosity option for debugging.Eric S. Raymond2009-11-291-7/+13
* Add capability to skip on decoding errors.Eric S. Raymond2009-11-291-24/+34
* Corrections to the AIS specification, and one fieldname.Eric S. Raymond2009-11-261-2/+2
* Typo fix.Eric S. Raymond2009-10-281-1/+1
* maskaudit goes to the main directory, since it's now part of the normal build.Eric S. Raymond2009-10-262-110/+0
* Add COMMITTERS file.Eric S. Raymond2009-10-122-0/+22
* Correct a scaling factor in the Python decoder.Eric S. Raymond2009-10-061-1/+2
* Fix an incorrect AIVDM fieldname.Eric S. Raymond2009-10-061-1/+1
* More sensible mask dumping when the set is null.Eric S. Raymond2009-10-021-2/+4
* Make this code a little more forgiving about the form of mask names.Eric S. Raymond2009-09-301-2/+8
* Add some debugging machinery - we can now dump set flags in a convenient form.Eric S. Raymond2009-09-291-2/+45
* We now have regression tests for AIS Type 15 and 20 messages.Eric S. Raymond2009-09-241-2/+2
* Document a limitation.Eric S. Raymond2009-09-231-0/+1
* Re-enable JSON dumping.Eric S. Raymond2009-09-231-4/+1
* Corrections for AIS messages type 21 and 23.Eric S. Raymond2009-09-231-19/+49
* Adapt the gps.py test code so we can easily test streaming.Eric S. Raymond2009-09-201-1/+3
* Ensure that the C and Python flag masks are consistent.Eric S. Raymond2009-09-201-59/+50
* Slightly better job of whitespace trimming.Eric S. Raymond2009-09-091-1/+1
* Fall back to parsing JSON out of a .chk file...Eric S. Raymond2009-09-091-10/+23
* Minor bugfix.Eric S. Raymond2009-09-091-1/+1
* Refactoring step.Eric S. Raymond2009-09-091-13/+15
* More documentation tweaks.Eric S. Raymond2009-09-091-2/+3
* Improve documentation.Eric S. Raymond2009-09-091-9/+11
* Cycle analysis via JSON now works.Eric S. Raymond2009-09-091-4/+7
* Trying to use the Python standard library JSON parser... Eric S. Raymond2009-09-091-5/+11
* Sigh, JSON can't be autodetected.Eric S. Raymond2009-09-091-23/+6
* First cut at cycle detection from JSON.Eric S. Raymond2009-09-081-3/+6
* Add some filtering flags.Eric S. Raymond2009-09-081-5/+11
* Make cycle_analyzer better able to handle short logs... Eric S. Raymond2009-09-081-21/+44
* Carry timing info through all reporting stages, for better debugging.Eric S. Raymond2009-09-081-22/+37
* Play well with devices like the Humminbird that emit $IN sentences.Eric S. Raymond2009-09-082-16/+25
* Add more analysis, and document what it does.Eric S. Raymond2009-09-081-25/+85