summaryrefslogtreecommitdiff
path: root/driver_ais.c
Commit message (Collapse)AuthorAgeFilesLines
* The signed/unsigned char fix.Michael Tatarinov2013-02-181-7/+7
| | | | | | All regression tests pass on Raspbian “wheezy”. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Be explicit about character signedness in some bit-extraction macros.Eric S. Raymond2013-02-181-3/+3
| | | | All regression tests pass.
* 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
| | | | | | | | | | | | | | | | | | | | | | A test campaign was run with live data from aishub.net (ca. 25 millions sentence, 1.2 GB of logs), the goal was to check the decoding and the JSON parsing and dumping code. On all the AIS data, the following tests were done: - AIVDM decoding - JSON scaled dump - JSON validity check on scaled dump. - JSON unscaled dump - JSON validity check on unscaled dump - JSON unscaled idempotency check - JSON unscaled/scaled idempotency check The last check consisted of: - parsing the unscaled dump - dumping it back in scaled mode - compare it with the original scaled dump. This test campaign has unveiled plenty of small bugs all around the AIS code. This patch fixes all of them and adds new sentences in the regression tests.
* [AIS] Do scaling/offset operations only in json dumpChristian Gagneraud2012-06-051-23/+7
| | | | splint and check pass.
* [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