summaryrefslogtreecommitdiff
path: root/devtools/ais.py
Commit message (Expand)AuthorAgeFilesLines
...
* Improved handling and documentation of AIS type 22 messages.Eric S. Raymond2010-01-301-11/+12
* Handle and document some out-of-band AIS field values.Eric S. Raymond2010-01-291-7/+10
* Cope with interrupts more gracefully.Eric S. Raymond2010-01-291-0/+2
* Error-handling tweak.Eric S. Raymond2010-01-291-1/+1
* Recover from random exceptions.Eric S. Raymond2010-01-291-2/+13
* We now have a test for AIS Type 13 decoding based on live and verified dataEric S. Raymond2010-01-281-2/+2
* We can now filter by type.Eric S. Raymond2010-01-281-3/+8
* Refactor so we can control raw output better.Eric S. Raymond2010-01-281-14/+19
* Update list of tested message types.Eric S. Raymond2010-01-151-3/+5
* Support for message type 25 in the Python decoder (untested).Eric S. Raymond2010-01-151-5/+26
* Make the Python decoder handle type 14 messages better.Eric S. Raymond2009-11-301-1/+1
* Document that a trailing @ should terminate a packed-six-bit AIS string.Eric S. Raymond2009-11-301-2/+11
* Improved handling of message 23 in the Python decoder.Eric S. Raymond2009-11-291-3/+3
* Add a verbosity option for debugging.Eric S. Raymond2009-11-291-7/+13
* Add capability to skip on decoding errors.Eric S. Raymond2009-11-291-24/+34
* Corrections to the AIS specification, and one fieldname.Eric S. Raymond2009-11-261-2/+2
* Typo fix.Eric S. Raymond2009-10-281-1/+1
* Correct a scaling factor in the Python decoder.Eric S. Raymond2009-10-061-1/+2
* Fix an incorrect AIVDM fieldname.Eric S. Raymond2009-10-061-1/+1
* We now have regression tests for AIS Type 15 and 20 messages.Eric S. Raymond2009-09-241-2/+2
* Document a limitation.Eric S. Raymond2009-09-231-0/+1
* Re-enable JSON dumping.Eric S. Raymond2009-09-231-4/+1
* Corrections for AIS messages type 21 and 23.Eric S. Raymond2009-09-231-19/+49
* Reorganize, moving a rarely-used/semi-obsolescent stuff into subdirectories.Eric S. Raymond2009-09-041-0/+826