kosma / minmea

a lightweight GPS NMEA 0183 parser library in pure C
Do What The F*ck You Want To Public License
735 stars 246 forks source link

What combination of GNSS sentences exactly could be parsed? #53

Closed 201830032013 closed 2 years ago

201830032013 commented 4 years ago

As I can see after a quick test the GPGGA sentences don't work - only GNGGA, which means that I can get data from any combination of GNSS including GLONASS. But in the library description you say that this is the GPS parser library. And also at the beginnig of all functions in minmea.c you put GP, not GN. Because of this I have some misunderstanding, from which source nmea sentences (only GPS or both GPS and GLONASS) can I use. Thank you in advance! upd: I realized, that GPGGA didn't work because I tested it with wrong checksum, so it works both with GP & GN sentences.

cmorganBE commented 2 years ago

Closing as it appears you've found this works as expected. Please reopen if there is still an issue!