summaryrefslogtreecommitdiff
path: root/gpsdecode.xml
Commit message (Collapse)AuthorAgeFilesLines
* Inplement -t option of gpsdecode for type filtering.Eric S. Raymond2011-04-211-0/+7
| | | | Intended mainly for selective reports from very large AIS logs.
* Documentation tweaks.Eric S. Raymond2011-03-021-1/+1
|
* Add and document gpsdecode -v option.Eric S. Raymond2011-02-231-5/+9
|
* Documentation editing.Eric S. Raymond2011-02-231-18/+16
|
* Documentation update.Eric S. Raymond2011-02-231-111/+31
|
* Fold the rtcm-104(5) manual page into the gpsd(8), now that it's JSON-only.Eric S. Raymond2011-02-231-10/+4
| | | | No code changes. All regression tests pass.
* gpsdecode can now dump NMEA and GPS binary data presented on standard input.Eric S. Raymond2011-02-161-3/+9
| | | | All regression tests pass.
* Switch the CSV format emitted by gpsdecode(1) to DSV using |.Eric S. Raymond2010-05-191-5/+10
| | | | | | | | | | The problem with CSV is that string fields (such as ship name in type 5) can contain commas. I could have backslash-escaped them, but I think it's better to make old scripts fail in a way that's likely to be noticed than perpetuate a situation in which unescaped commas could cause output to be unpacked wrongly. I changed the Python decoder as well. Required rebuilding one regression test. All regression tests pass.
* Range of supported AIS message types is broader now.Eric S. Raymond2010-04-251-3/+1
|
* Tweak some DocBook meta headers to quiet down the build.Eric S. Raymond2010-03-251-1/+3
|
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-0/+4
|
* Fix some DTD references.Eric S. Raymond2010-02-031-1/+1
|
* 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