summaryrefslogtreecommitdiff
path: root/driver_aivdm.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Correct AIVDM message type 5 interpretation... Eric S. Raymond2009-05-101-71/+71
* Prevent a possible buffer overflow from a malicious packet.Eric S. Raymond2009-05-051-1/+1
* Correct the documentation (and, I hope, implementation) of messages 7 and 13,Eric S. Raymond2009-03-271-4/+30
* Fixed equally dumb bug, getting fragment number from the wrong field.Eric S. Raymond2009-03-271-4/+5
* Fix dumb mistake in Repeat Indicator extraction.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
* Comment fix.Eric S. Raymond2009-03-261-13/+1
* Support, and documentation, for AIVDM messages type 6, 7, 8, 12, 13, and 14.Eric S. Raymond2009-03-261-0/+94
* splint cleanup.Eric S. Raymond2009-03-181-4/+13
* Parse, and describe, the RAIM bit.Eric S. Raymond2009-03-171-15/+21
* Tests for Type 18 are stable.Eric S. Raymond2009-03-161-0/+63
* Type 9 decoding is stable.Eric S. Raymond2009-03-161-10/+63
* Type 5 decoding is stable.Eric S. Raymond2009-03-161-4/+4
* Correctly unscramble and document the wacky six-bit message format.Eric S. Raymond2009-03-161-20/+30
* More refactoring of the AIVDM code.Eric S. Raymond2009-03-151-1/+310
* Refactor the AIVDM driver to remove dependencies on the session structure.Eric S. Raymond2009-03-151-89/+27
* Back down to where all regression tests, including RTCM, still pass.Eric S. Raymond2009-03-151-1/+0
* Sixbit decoding was slightly off.Eric S. Raymond2009-03-151-5/+4
* Prevent spurious echo of data on bad packets.Eric S. Raymond2009-03-141-1/+2
* Tweak some logic for verbosity control.Eric S. Raymond2009-03-141-5/+6
* More work on the AIVDM driver and spec.Eric S. Raymond2009-03-131-3/+30
* Store unscaled AIDVM values so we never throw away information.Eric S. Raymond2009-03-131-37/+10
* Full decoding for AIVDM Type 4 messages.Eric S. Raymond2009-03-131-128/+85
* Full decoding of AIVDM Type 1 packets.Eric S. Raymond2009-03-131-10/+13
* Dump Type 1 fields in the order they occur.Eric S. Raymond2009-03-121-10/+10
* Remove a comment that is now misleading.Eric S. Raymond2009-03-121-6/+0
* All AIVDM type 1-3 fields except latitude and turn rate now decode correctly.Eric S. Raymond2009-03-121-60/+97
* Checkpoint before going to ubits-based decoding.Eric S. Raymond2009-03-121-41/+118
* First cut at describing AIVDM.Eric S. Raymond2009-03-101-1/+44
* Second stage of AIVDM decoding:Eric S. Raymond2009-03-101-2/+74
* The shell of an AIVDM driver.Eric S. Raymond2009-03-091-0/+107