summaryrefslogtreecommitdiff
path: root/driver_aivdm.c
Commit message (Expand)AuthorAgeFilesLines
* Arrange for double quotes in JSON string fields emitted by the daemon...Eric S. Raymond2009-08-311-750/+1
* Back out a change that broke regression tests. All tests pass.Eric S. Raymond2009-08-301-7/+7
* Make string fields that might contain double quotes safe for JSON output.Eric S. Raymond2009-08-301-41/+41
* Various minor fixes for AIS dumping from Jan Veninga.Eric S. Raymond2009-08-301-15/+15
* Dump boolean fields in AIS as JSON booleans.Eric S. Raymond2009-08-291-370/+331
* AIS message types 1, 2 and 3 JSON decoding.Eric S. Raymond2009-08-281-4/+4
* Start on client-side parsing of AIS JSON. All regression tests pass.Eric S. Raymond2009-08-281-7/+7
* Regularize some JSON attribute names.Eric S. Raymond2009-08-281-1/+1
* Output fixes from Jan Veninga.Eric S. Raymond2009-08-081-5/+7
* Dump AIS MMSI as a string... Eric S. Raymond2009-08-081-1/+1
* Handle some line-termination issues more cleanly.Eric S. Raymond2009-07-291-53/+53
* AIS dumping is now under the control of the watcher variable.Eric S. Raymond2009-07-241-1/+1
* A step twards reporting AIS data in gpsd. All regression tests pass.Eric S. Raymond2009-07-241-40/+49
* SVN Id tagsChris Kuethe2009-07-161-0/+1
* print (s)?size_t variables with a %z format stringChris Kuethe2009-07-131-2/+2
* whitespace cleanup while i think about signed-vs-unsigned compare warningsChris Kuethe2009-07-041-87/+87
* Document better what is tested and what is not.Eric S. Raymond2009-06-181-2/+2
* Message 4 latitude and lomngitude were being dumped in the wrong order.Eric S. Raymond2009-06-171-4/+4
* Correct processing of AIS message 9.Eric S. Raymond2009-06-171-3/+3
* Fix a slightly broken format string.Eric S. Raymond2009-06-171-1/+1
* AIS member name corrections, new details on out-of-band values from IALA.Eric S. Raymond2009-06-161-5/+5
* Typo fix. Regression tests pass.Eric S. Raymond2009-06-161-1/+1
* Dump common navigation block more sensibly when speed is not available.Eric S. Raymond2009-06-161-4/+17
* Typo fix.Eric S. Raymond2009-06-151-1/+1
* Correct some JSON attribute names.Eric S. Raymond2009-06-151-1/+1
* Add support for parsing and dumping AIS message types 20 and 22.Eric S. Raymond2009-06-151-56/+140
* Dump Navigation Aid types as strings.. Fix an attribute name.Eric S. Raymond2009-06-151-11/+48
* Fix brown-paper-bag error in JSON formatting.Eric S. Raymond2009-06-141-31/+31
* Teach AIVDM driver to handle AIS messages 15, 16, 17. Not yet tested.Eric S. Raymond2009-06-141-4/+104
* Minor corrections to JSON dump code.Eric S. Raymond2009-06-081-4/+2
* Go back to passing AIS out-of-band values as-is into the JSON dump;Eric S. Raymond2009-06-071-6/+6
* Stop extracting and dumping spare bits from AIS message fields.Eric S. Raymond2009-06-071-44/+37
* More JSON cleanup.Eric S. Raymond2009-06-071-10/+10
* Regularize names so the C structure members and JSON fields match up.Eric S. Raymond2009-06-061-174/+176
* JSON-related name cleanup.Eric S. Raymond2009-06-061-6/+7
* Fix JSON output format for packed binary string data.Eric S. Raymond2009-06-061-3/+3
* Chasnge hex fields to integer in JSON-AIS output.Eric S. Raymond2009-06-051-29/+29
* Another step towards JSON-AIS output.Eric S. Raymond2009-06-051-21/+21
* Second phase of JSON conversion; get string quoting right.Eric S. Raymond2009-06-051-28/+28
* First cut at JSON dumping of AIVDM. Eric S. Raymond2009-06-051-114/+114
* Splint cleanup.Eric S. Raymond2009-06-051-2/+2
* Add support for the AIS Version 3 flags in message type 18.Eric S. Raymond2009-05-281-6/+20
* We now correcttly interpret and dump AIS Type 24 messages.Eric S. Raymond2009-05-281-2/+57
* First cut at support for AIS Type 21 messages (not tested).Eric S. Raymond2009-05-281-13/+82
* Add logging for Type 10 messages.Eric S. Raymond2009-05-271-0/+1
* Add support for decoding AIS message type 10.Eric S. Raymond2009-05-271-0/+16
* Note some ITU 1371-3 changes.Eric S. Raymond2009-05-271-0/+11
* Teach the AIVDM driver to handle message type 11.Eric S. Raymond2009-05-271-1/+5
* More consistent logging for AIS sentences.Eric S. Raymond2009-05-271-0/+20
* First cut at handling AIS message 19.Eric S. Raymond2009-05-271-2/+89