ckgt / NemaTode

C++ 11 NMEA Parser and GPS Interface
Other
134 stars 79 forks source link

Non-GPS Messages #22

Open hpuhr opened 12 months ago

hpuhr commented 12 months ago

According to https://anavs.com/knowledgebase/nmea-format/ there are additional message formats:

The GPS messages are supported, while the others are not, limiting the usability of the library.

I'll do a fork and add the other formats (as long as I have test data for them) as described in https://github.com/ckgt/NemaTode/issues/4 .

And do a pull request later.

hpuhr commented 12 months ago

Should be fixed, is in pull request https://github.com/ckgt/NemaTode/pull/23

maladzenkau commented 2 weeks ago

Hi, @hpuhr. Thank you for your fixes. I have also added support for GLL messages in pull request #25, alongside your changes.