summaryrefslogtreecommitdiff
path: root/ais.py
Commit message (Collapse)AuthorAgeFilesLines
* Improve bit vector encapsulation.Eric S. Raymond2009-06-211-7/+9
|
* Fix handling of out-of-band values.Eric S. Raymond2009-06-201-1/+3
|
* Simplify the way field metainformation is passed forward.Eric S. Raymond2009-06-201-10/+10
|
* Comment fixes.Eric S. Raymond2009-06-191-2/+3
|
* Typo fix.Eric S. Raymond2009-06-191-1/+1
|
* Comment fixes.Eric S. Raymond2009-06-191-3/+6
|
* Handle AIS Type 21 name extension field.Eric S. Raymond2009-06-181-4/+15
|
* Handle the wacky run-type conditional in 24 part B.Eric S. Raymond2009-06-181-15/+27
|
* Package packet-fragment assembly as a generator.Eric S. Raymond2009-06-181-28/+32
|
* All known AIS message types are now handled in pure Python.Eric S. Raymond2009-06-181-5/+32
|
* AIS message type 22 in pure Python.Eric S. Raymond2009-06-181-4/+25
|
* Implement scaling flag and an output format resembling Kurt Schwehr's.Eric S. Raymond2009-06-181-8/+22
|
* AIS Type 21 in pure Python.Eric S. Raymond2009-06-181-1/+72
|
* AIS message 20 in pure Python, and a lot of explanatory comments.Eric S. Raymond2009-06-181-8/+58
|
* Use validator hooks a bit more systematically.Eric S. Raymond2009-06-181-2/+7
|
* AIS Message types 15-19 in Python.Eric S. Raymond2009-06-171-4/+99
|
* AIS message stypes 12-14 in pure Python.Eric S. Raymond2009-06-171-4/+17
|
* Message 4 latitude and lomngitude were being dumped in the wrong order.Eric S. Raymond2009-06-171-2/+9
| | | | Add message types 10 and 11 in pure Python.
* Type 9 AIS message in pure Python.Eric S. Raymond2009-06-171-3/+43
|
* AIS messages 7 and 8 in pure Python.Eric S. Raymond2009-06-171-3/+23
|
* Message 6 in the Python decoder.Eric S. Raymond2009-06-171-7/+25
|
* Another step towards pure-Python AIS decoding.Eric S. Raymond2009-06-161-9/+19
|
* AIS member name corrections, new details on out-of-band values from IALA.Eric S. Raymond2009-06-161-0/+400
Also, the start of a pure-Python AIS decoder as a check on the C one.