asv-soft / asv-gnss

GNSS library for parsing RTCMv2, RTCMv3, NMEA and control recievers througt SBF, ComNav, UBX protocols for .NET
MIT License
21 stars 7 forks source link

Enhancement of the NMEA Parser to Support Messages without Checksum #16

Closed asvol closed 2 months ago

asvol commented 7 months ago

Problem Description

The current implementation of the NMEA parser requires a checksum in messages for proper processing. However, there are scenarios where NMEA messages are transmitted without a checksum, leading to their rejection by the parser. This can cause issues in situations where the data is still valid and usable.

Task

The NMEA parser needs to be enhanced to optionally handle messages without a checksum.

asvol commented 2 months ago

Completed