python3-ais

Library for decoding maritime Automatic Identification System messages
  https://github.com/schwehr/libais
  0
  no reviews



There are two interfaces to libais, one high-level iterator based one and a low-level fast C++ only one.

To use the low-level C++ interface directly, you need to handle multi-line messages and padding yourself.

This package installs the library for Python 3.