Skip to content
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

Non-GPS Messages #22

Open
hpuhr opened this issue Sep 18, 2023 · 2 comments
Open

Non-GPS Messages #22

hpuhr opened this issue Sep 18, 2023 · 2 comments

Comments

@hpuhr
Copy link

hpuhr commented Sep 18, 2023

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 #4 .

And do a pull request later.

@hpuhr
Copy link
Author

hpuhr commented Sep 18, 2023

Should be fixed, is in pull request #23

@maladzenkau
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants