Libais

Latest version: v0.17

Safety actively analyzes 628903 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.5

-----------------

* Still a lot of untested/unimplemented messages
* docs: Include ESR's AIVDM.txt with permission
* docs: MID / DAC / MMSI prefixes now listed in mid.csv
* docs: dac/fi list
* docs: More notes for message designers
* Added msg 8 - 1:11 - IMO Met/Hydro
* Added AIS msg 9 - SAR Position
* nais2py.py: Added try except wrapper on ProcessingThread. Also try to track one off error found on call with timestamp converting to float
* send_data.py: new file for testing
* nais2py.py: LineQueue now has a custom drop handler for too many lines waiting. Could be better.
* nais2py.py: Added threaded network interface. Seeing the network side overwhelm the processing thread
* nais2py.py: Added response_class handling to VesselNames. Can be preloaded. Allows periodic name dump
* nais2py.py: Added ENABLE_DB flag to try runs without database execute commands. Faster debugging
* vessels.csv: new file - example preloading of vessel names as response ships

0.4

-----------------

* nais2py.py: Started providing a command line interface
* nais2py.py: Added PositionCache class
* nais2py.py: Added distance calculation code.
* nais2py.py: Changed the database table names and structure. Now vessel_name and vessel_pos
* ais_lut.py: new file with lookup tables to make ais wire codes human readable.

0.3

-----------------

* ais.c: added check_error_messages to make sure they are not out of sync
* -D_GLIBCXX_DEBUG appears broken in GCC 4.[0-2] so do not use
* ais_decode_normed.cpp: temporary C++ side decoding of normed AIVDM messages
* nais2pg: added vesselname class to manage updates to postgresql
* Added message 24
* Fixed python reference counting. Added XXSafeSetItem functions

0.2

-----------------

* Added C++ error handling to classes via AIS_STATUS
* C++ message now inherit from AisMsg and need to call init() in constructor
* Added C++ messages 7_13, 14, 18, and 19
* aivdm_to_bits now has error checking
* ais123.cpp renames to ais1_2_3.cpp
* Switched to unicode in ais_py.cpp to support Python 3
* ais_py.cpp has strange INIT to handle Python 2 and 3
* nais2pg.py is starting to implement a new AIS feed to database daemon
* Redid my old USCG regex to have better names with lower_lower style
* LineQueue should now support reading through a socket, which I got wrong before
* Total redo of the Normalization queue to be much lower overhead and to call the regex only once per line received. Only keep they body of all but the last message in a sequence.
* test_libais.cpp is not really a test framework, but it does try out the pure C++ world.

0.1

-----------------

* Able to decode messages 1-5 from python
* Still a lot of work left to do!

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.