adrianmo / go-nmea

A NMEA parser library in pure Go
MIT License
226 stars 77 forks source link

possibility to make CRC check optional for certain sentences #96

Closed aldas closed 1 year ago

aldas commented 2 years ago

Older devices sometimes do not implement NMEA0183 correctly by omitting CRC. It would be nice if there would be way to make parser ignore CRC mismatches for certain sentences.

We are retrofitting 2005 built vessel that has GPS device sending sentences without CRC. Our navigation engineers say it is not very rare to have older devices like that. So for example devices reading/receiving NMEA0183 sentences have sometimes option to disable CRC checks because of this sad reality.

aldas commented 1 year ago

resolved by #97