Skip to content
forked from schwehr/libais

C++ decoder for Automatic Identification System for tracking ships and decoding maritime information

License

Notifications You must be signed in to change notification settings

EtienneATN/libais

 
 

Repository files navigation

Introduction

Library for decoding maritime Automatic Identification System messages.

See Also

http://en.wikipedia.org/wiki/Automatic_Identification_System

Other open source AIS projects:

Building

Building with legacy Makefile

make -f Makefile-custom test

Building with python

python setup.py build
python setup.py install

Building with CMake

cmake .
make

Usage

ipython
import ais
ais.decode('15PIIv7P00D5i9HNn2Q3G?wB0t0I', 0)
ais.decode('402u=TiuaA000r5UJ`H4`?7000S:', 0)
ais.decode('55NBjP01mtGIL@CW;SM<D60P5Ld000000000000P0`<3557l0<50@kk@K5h@00000000000', 0)

AIS Specification Documents

Hacking

The C++ code was switched to the Google style in November, 2012. Indenting should be by 2 spaces.

http://google-styleguide.googlecode.com/svn/trunk/cpplint/

About

C++ decoder for Automatic Identification System for tracking ships and decoding maritime information

Resources

License

Stars

Watchers

Forks

Packages

No packages published