-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for ais message type 6, 10, 12, 13, 14 and 27 #22
Conversation
use nom::bits::{bits, complete::take as take_bits}; | ||
use nom::combinator::map; | ||
use nom::IResult; | ||
use std::string::String; |
Check failure
Code scanning / clippy
failed to resolve: use of undeclared crate or module std Error
use nom::bits::{bits, complete::take as take_bits}; | ||
use nom::combinator::map; | ||
use nom::IResult; | ||
use std::vec::Vec; |
Check failure
Code scanning / clippy
failed to resolve: use of undeclared crate or module std Error
use crate::errors::Result; | ||
use nom::bits::{bits, complete::take as take_bits}; | ||
use nom::IResult; | ||
use std::string::String; |
Check failure
Code scanning / clippy
failed to resolve: use of undeclared crate or module std Error
a2a10d5
to
e18ef35
Compare
963b5a7
to
722eede
Compare
Added Support for Parsing AIS Messages Type 6, 10, 12, 13, 14 and 27, according to the AIVDM/AIVDO protocol decoding documentation.
Details:
I tested on different message samples, from the gpsd test file and some from Arundale AIS.