summaryrefslogtreecommitdiff
path: root/driver_aivdm.c
Commit message (Collapse)AuthorAgeFilesLines
* Condition out some debugging stuff no longer used.Eric S. Raymond2009-10-091-0/+4
|
* We now have regression tests for AIS Type 15 and 20 messages.Eric S. Raymond2009-09-241-3/+3
|
* AIS message type 21 now has a regression test.Eric S. Raymond2009-09-231-15/+14
|
* Update lists of known-good AIS decodings.Eric S. Raymond2009-09-231-2/+2
|
* Handle AIS Type 21 Name Extension field.Eric S. Raymond2009-09-231-3/+6
|
* Fully support AIS type 22 and 23 messages. All regression tests pass.Eric S. Raymond2009-09-221-1/+26
| | | | Codebase splints clean.
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+2
| | | | No effect on compilation. All regression tests pass.
* Bride of the Splint Cleanup. All regression tests pass.Eric S. Raymond2009-09-101-4/+2
|
* Yet more splint cleanup. All regression tests pass.Eric S. Raymond2009-09-091-2/+4
|
* Remove a duplicative storage declaration.Eric S. Raymond2009-09-061-2/+2
|
* Use CYCLE_END condition for the 2-part mal-design of AIS message 24 properly.Eric S. Raymond2009-09-031-12/+14
|
* Generated AIS parser code compiles. All tests pass.Eric S. Raymond2009-09-011-11/+11
| | | | String field postprocessing and unit tests are next.
* Fix dumping of AIS message 19 (dte was missing). Eric S. Raymond2009-09-011-5/+5
| | | | | Code generation for AIS messages up to 19. Rebuild two affected regression tests (all tests pass).
* More code generation - up to AIS message 13 now.Eric S. Raymond2009-09-011-26/+26
| | | | All regression tests pass.
* Arrange for double quotes in JSON string fields emitted by the daemon...Eric S. Raymond2009-08-311-750/+1
| | | | ...to be properly backslash-escaped.
* 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
| | | | | It's useful for the attribute vocabulary to be consistent across data classes, where possible.
* 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
| | | | | ...so being careless about how we deserialize won't interpret values with leading zeros as octal.
* 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
| | | | Add message types 10 and 11 in pure Python.
* 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
| | | | Also, the start of a pure-Python AIS decoder as a check on the C one.
* 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
| | | | changing them to as JSON-AIS does is an unnecessary complication.
* 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
|