You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The https://github.com/ais-dotnet/Ais.Net.Receiver project has ended up implementing its own checksum generation. It uses this when appending timestamp headers on messages that don't come with a timestamp. (Some AIS stations don't seem to include an NMEA header.) This seems like a capability that should really be built into this library.
Also, review how much checksum verification we actually do in this library.
The text was updated successfully, but these errors were encountered:
The https://github.com/ais-dotnet/Ais.Net.Receiver project has ended up implementing its own checksum generation. It uses this when appending timestamp headers on messages that don't come with a timestamp. (Some AIS stations don't seem to include an NMEA header.) This seems like a capability that should really be built into this library.
Also, review how much checksum verification we actually do in this library.
The text was updated successfully, but these errors were encountered: