summaryrefslogtreecommitdiff
path: root/driver_ais.c
Commit message (Expand)AuthorAgeFilesLines
...
* Variable renames, and remove an extraneous break statement.Eric S. Raymond2013-10-061-32/+32
* Inland AIS full support (untested).Eric S. Raymond2013-10-061-0/+10
* Inland AIS Water level support is done except for the JSON dumping.Eric S. Raymond2013-10-051-0/+15
* Implement handling of Inland AIS EMMA warning.Eric S. Raymond2013-10-051-0/+24
* Support Inland AIS ship static and voyage-related data.Eric S. Raymond2013-10-021-0/+17
* Support for Inland AISNumber of Persons On Board.Eric S. Raymond2013-10-011-0/+21
* Support for Inland AIS ETA at lock/bridge/terminal.Eric S. Raymond2013-10-011-9/+31
* Axccept Persons On Board as either a type 6 or 8 message.Eric S. Raymond2013-10-011-1/+8
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-35/+65
* Document ITU-R 1371 change point.Eric S. Raymond2013-09-161-8/+8
* Fix up the ENDCHARS macro.Eric S. Raymond2013-09-161-1/+2
* Wrap sixbit() calls in a macro to regularize them.Eric S. Raymond2013-09-151-19/+10
* Extract ITU-R 1371-4 model and serial fields from AIS Type24 messages.Eric S. Raymond2013-09-151-1/+14
* Fix for a typo spotted by Reinhard Arlt.Eric S. Raymond2013-09-141-1/+1
* Split Type 24 reporting, including the -s option to gpsdecode.Eric S. Raymond2013-09-141-38/+56
* Fix error in sixbit decoding.Eric S. Raymond2013-07-221-1/+1
* Minor fix to AIS type 1,2,3 radio field decoding.Eric S. Raymond2013-07-051-1/+1
* Cosmetic fix.Eric S. Raymond2013-07-051-15/+15
* The signed/unsigned char fix.Michael Tatarinov2013-02-181-7/+7
* Be explicit about character signedness in some bit-extraction macros.Eric S. Raymond2013-02-181-3/+3
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-3/+3
* [AIS] Fix plenty of small bugs unveiled by aishub test campaign.Christian Gagneraud2012-06-201-2/+22
* [AIS] Do scaling/offset operations only in json dumpChristian Gagneraud2012-06-051-23/+7
* [AIS] Met/Hydro: fixes and improvementsChristian Gagneraud2012-06-051-14/+9
* [AIS] Add UK/ROI AtoN monitoring data message handlingChristian Gagneraud2012-05-231-1/+19
* [AIS] Fix reference to driver_aivdm.cChristian Gagneraud2012-05-231-1/+1
* Typo fix.Eric S. Raymond2012-05-201-1/+1
* [AIS] Use a dedicated stucture for IMO236 met/hydro messageChristian Gagneraud2012-05-201-43/+46
* [AIS] Fix decoding of IMO236 met/hydro messageChristian Gagneraud2012-05-201-5/+7
* Change a filename to reflect reality. All regression tests pass.Eric S. Raymond2012-05-151-0/+971