NemaTode icon indicating copy to clipboard operation
NemaTode copied to clipboard

Non-GPS Messages

Open hpuhr opened this issue 2 years ago • 2 comments

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

  • GP for GPS only solutions
  • GL for GLONASS only solutions
  • GA for GALILEO only solutions
  • GN for multi GNSS solutions

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 avatar Sep 18 '23 08:09 hpuhr

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

hpuhr avatar Sep 18 '23 11:09 hpuhr

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

maladzenkau avatar Aug 28 '24 11:08 maladzenkau