-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Can't parse some kind of messages #89
Comments
Below is an example of a video with an unparsed sentence: https://youtu.be/bPHIUscOTzA?si=PcVVgNP9Q1WS-WiG I created a C# code example on visual studio and recorded a video. Here is the code:
|
I found "Static and Voyage related data message test code" like below. in this example code, It seems that the first of static and voyage related data should be null.(not contain data) and just store datas in class instance. I'm not sure.
|
Yes, the message is the first of a two part message. It should decode once you supply the second message. |
Hello,
I can parse the AIS message below using an online decoder successfully:
However, when using this library, I am unable to parse the same message.
The text was updated successfully, but these errors were encountered: