Skip to content

doodleincode/aislib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aislib

A Python library for decoding and encoding:

  • AIS type 1/2/3 messages
  • AIS type 5 messages
  • AIS type 21 messages
  • AIS type 24 part A and Part B messages (main craft case )

As there exist reliable and comprehensive python decoders, the emphasis is on encoding.

The bitstring Python library is a required dependency. You can get it here: https://pypi.python.org/pypi/bitstring

TODO

  • Still need to implement the communication state bits. These bits are divided into three sections:
    • bits 1-2 is the "sync state"
    • bits 3-5 is the "slot time-out"
    • bits 6-19 is the "sub message"

About

A Python library for decoding and encoding AIS type 1 messages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages