ttlappalainen / NMEA0183

Library for handling NMEA0183 messages
71 stars 46 forks source link

Are AIS messages supported? #1

Closed xslim closed 8 years ago

xslim commented 8 years ago

According to NMEA0183Msg.h MAX_NMEA0183_MSG_LEN cannot contain multi messages.

Does this mean proper handling of AIS messages are not supported yet in this library?

I'm working on multiplexing NMEA from different sources and send it out to WiFI, so currently I don't need to parse AIS, just properly know if the message is fully red.

ttlappalainen commented 8 years ago

Hi,

I took MAX_NMEA0183_MSG_LEN from some standard. How multi messages are handled on NMEA0183?

xslim commented 8 years ago

Actually, one of the forks of your project fixes handling AIS - https://github.com/KimBP/NMEA0183

Could be nice if you guys will merge.

ttlappalainen commented 8 years ago

Yes I wonder why he has not asked "Pull request". I am not yet so familiar with GitHub, so can I ask "Push request"?

xslim commented 8 years ago

Yes, you can do it. I just did that.

https://github.com/ttlappalainen/NMEA0183/pull/2