libais
libais copied to clipboard
C++ decoder for Automatic Identification System for tracking ships and decoding maritime information
I found two file on the internet. nmea_data_sample.txt nmea_sample.txt it wound up with about a lot of errors. The out up dict is large. This is a link for the...
Hi I want to use this library with Python in windows but when compiling the code using "python setup.py build" But following errors appear.  I installed the Visual C++...
This PR to solve #194
I've used this library to decode AIS data but I don't know how I should work with time. some records have UTC time and some data have just timestamp. these...
From the [documentation](http://catb.org/gpsd/AIVDM.html#_type_6_binary_addressed_message), these message types are used to "provides AtoN (Aid to navigation) monitoring data for the General Lighthouse Authorities (GLA), which consists of Trinity House (England & Wales),...
According to [this page](http://catb.org/gpsd/AIVDM.html#_inland_ship_static_and_voyage_related_data_inland_ais) and consistent with the reference linked as [INLAND](http://www.unece.org/fileadmin/DAM/trans/doc/finaldocs/sc3/ECE-TRANS-SC3-176e.pdf) the draught in Ais8_200_10 messages it has a factor of 100 while libais only divides by 10 to...
Can anyone help guide me on building this one? I am seeing the following issue when building using python; "running build running build_py creating build creating build\lib.win-amd64-2.7 creating build\lib.win-amd64-2.7\ais copying...
Hello, I am currently working on data received with a kanaton 3 receiver we use. The receiver gives me AIVDM messages with a padding of 6 bits: ``` !AIVDM,1,1,1,B,13HP:R?P1UwcS7fKaH=h6gvP2L0Qr,6*50 ```...
For streams that are missing tagblocks this PR allows you to add the current time as a fake tagblock time. This is useful for e.g. the aishub tcp streams.