summaryrefslogtreecommitdiff
path: root/gpsdecode.xml
Commit message (Collapse)AuthorAgeFilesLines
* Change the check file in the AIVDM regression test to use unscaled CSV.Eric S. Raymond2009-08-281-1/+6
| | | | | Extract the code for dumping unscaled CSV out of the driver into gpsdecode.c. (This is preparation for drastically simplifying the main AIS dump function.)
* Remove parser for Sager dump format.Eric S. Raymond2009-08-271-2/+2
| | | | | | | | | | | | While testing prototype code for RTCM2 JSON parsing, I discovered that the code for undumping RTCM2 from Sager textual format stopped working years ago, in a subtle way that passed its regression tests. Nobody noticed, probably because nobody has ever used it. This was probably the dustiest corner in the entire gpsd codebase. I'm simply dropping the entire mess out. We'll get back an equivalent capability for free when I finish writing the code for filling struct rtcm2 from JSON.
* Give gpsdecode the capability to encode from RTCM2 JSON. Not yet tested.Eric S. Raymond2009-08-271-3/+3
|
* Markup fix.Eric S. Raymond2009-08-231-4/+4
|
* Support JSON dumping for RTCM2 messages.Eric S. Raymond2009-08-121-73/+44
|
* Regularize names so the C structure members and JSON fields match up.Eric S. Raymond2009-06-061-1/+1
|
* Chasnge hex fields to integer in JSON-AIS output.Eric S. Raymond2009-06-051-8/+9
|
* Another step towards JSON-AIS output.Eric S. Raymond2009-06-051-1/+41
|
* First cut at JSON dumping of AIVDM. Eric S. Raymond2009-06-051-3/+4
| | | | Will need some cleanup, but the basic logic is in place.
* Type 6 regression test is correct.Eric S. Raymond2009-03-271-1/+1
|
* We now have a working regression test for AIS Type 8 messages...Eric S. Raymond2009-03-261-2/+2
| | | | ...and evidence that (alas) Type 6 is broken.
* Support, and documentation, for AIVDM messages type 6, 7, 8, 12, 13, and 14.Eric S. Raymond2009-03-261-6/+7
| | | | | Note: This code is written from specs and not yet tested, as we have no decoded messages of these types to run a check against.
* Typo fix.Eric S. Raymond2009-03-171-1/+1
|
* Parse, and describe, the RAIM bit.Eric S. Raymond2009-03-171-13/+13
|
* Tests for Type 18 are stable.Eric S. Raymond2009-03-161-2/+2
|
* Type 9 decoding is stable.Eric S. Raymond2009-03-161-12/+13
|
* Tweak some logic for verbosity control.Eric S. Raymond2009-03-141-2/+2
|
* Document -l and -u options.Eric S. Raymond2009-03-131-17/+43
|
* rtcmdecode -> gpsdecode.Eric S. Raymond2009-03-131-0/+149