summaryrefslogtreecommitdiff
path: root/devtools/ais.py
Commit message (Expand)AuthorAgeFilesLines
* ais.py: pep8 cleanup. No functional change.Gary E. Miller2018-07-261-3/+12
* ais.py: Fix for PEP8Gary E. Miller2018-06-201-308/+379
* Fixes devtools/ais.py to use new-style classes.Fred Wright2016-04-111-4/+4
* Fixes devtools/*.py for Python 3.Fred Wright2016-04-101-23/+39
* additional type 21 message with 368 bits long messageJon Schlueter2016-01-041-1/+1
* Properly string-quote in ais.py output.Eric S. Raymond2013-07-051-1/+6
* Fix a bug reported by KIU Shueng Chuan in Type 25 message handling.Eric S. Raymond2012-07-311-1/+1
* [AIS] Fix plenty of small bugs unveiled by aishub test campaign.Christian Gagneraud2012-06-201-1/+1
* [AIS] ais.py: Error messages format harmonizationChristian Gagneraud2012-06-201-5/+6
* [AIS] ais.py: fix bad checksum error messageChristian Gagneraud2012-06-201-1/+1
* [AIS] ais.py: fix optional name extension in type 21Christian Gagneraud2012-06-201-1/+1
* [AIS] Add UK/ROI AtoN monitoring data message handlingChristian Gagneraud2012-05-231-1/+30
* [AIS] ais.py: Add IMO236 met/hydro message (type 8, dac 1, fid 11)Christian Gagneraud2012-05-201-1/+145
* [AIS] ais.py: Add DAC/FID to histogram outputChristian Gagneraud2012-05-201-2/+13
* Explain some limitations.Eric S. Raymond2011-04-211-3/+4
* In ais.py, extracted field value is no longer constrained to be an array index.Eric S. Raymond2011-04-181-9/+9
* Avoid some duplicative writes.Eric S. Raymond2011-04-181-3/+1
* Typo fix.Eric S. Raymond2011-04-151-11/+11
* Support AISmessage type 27.Eric S. Raymond2011-04-151-2/+19
* Typo fix.Eric S. Raymond2011-03-021-1/+1
* Fix an error in how AIS rate-of-turn decoding was done.Eric S. Raymond2010-07-011-1/+1
* Correct some erroneous IS8061 formating.Eric S. Raymond2010-06-131-2/+2
* The last change in gpsdecode was not entirely correct. Fixes from Nirgal.Eric S. Raymond2010-05-201-1/+1
* Switch the CSV format emitted by gpsdecode(1) to DSV using |.Eric S. Raymond2010-05-191-7/+7
* Fix AIS type 15 decoding and add a new test from Kurt Schwehr.Eric S. Raymond2010-05-121-1/+1
* Avoid truncating dumps of short-form type 15 and 16 messages.Eric S. Raymond2010-05-121-12/+18
* Join Type 21 name extension field to name.Eric S. Raymond2010-05-111-1/+10
* Typo fixes.Eric S. Raymond2010-05-111-1/+1
* Refactoring step.Eric S. Raymond2010-05-111-4/+9
* In AIS message types 6 and 8, split app_id into DAC and FID per ITU-1371.Eric S. Raymond2010-05-101-3/+5
* Maintain separate payloads for A and B channels.Eric S. Raymond2010-05-091-4/+5
* Document a limitation.Eric S. Raymond2010-05-091-0/+1
* Teach ais.py to ignore USCG metadata following a checksum.Eric S. Raymond2010-05-091-2/+5
* Add some missing copyrights and fix a comment.Eric S. Raymond2010-04-101-0/+3
* devtools/ais.py had a Type 17 bug, too - wrong length of spare field.Eric S. Raymond2010-03-291-1/+1
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-1/+1
* Legend corrections.Eric S. Raymond2010-02-041-5/+5
* Python decoder shouldn't normally dump bogons.Eric S. Raymond2010-02-021-11/+12
* Add packet length checks to the C decoder Eric S. Raymond2010-02-011-5/+18
* Typo fix.Eric S. Raymond2010-02-011-1/+1
* Make the decoders use the pad fields as seems to be intended.Eric S. Raymond2010-02-011-1/+2
* Added packet-length check to Python decoder.Eric S. Raymond2010-01-311-10/+25
* Correction and test case for two-MMSI case of message 16.Eric S. Raymond2010-01-311-1/+0
* Harden the Python AIS decoder.Eric S. Raymond2010-01-311-19/+34
* Checksum verification for the Python AIS decoder.Eric S. Raymond2010-01-311-2/+17
* Correct handling of pad field.Eric S. Raymond2010-01-311-4/+5
* Documentation improvements. Eric S. Raymond2010-01-311-0/+31
* Add -h option to make histograms.Eric S. Raymond2010-01-311-5/+17
* Regression test and proper field conditionalization for AIS Type 16Eric S. Raymond2010-01-301-3/+7
* Add AIS type 23 regression test.Eric S. Raymond2010-01-301-5/+5