Releases: dotMorten/NmeaParser
Releases · dotMorten/NmeaParser
v3.0.0
What's Changed
- Added .NET 6 support
- Added .NET 8 support for iOS, Android and MacCatalyst #115
- Removed legacy Xamarin.iOS and Xamarin.Android support
- Handle empty GGA message #105
- Improve disconnection handling #114
- Add WinRT based serial device for Windows #111 #113
- Add bluetooth device to net6-windows
- Fix RMC FixTime parsing that can lose sub-second precision with doubles #116 (thanks @justinswork !)
Full Changelog: v2.2.2...v3.0.0
v2.2.2
v2.2.1
v2.2
v2.1
- Added ITimestampedMessage interface to easily get time stamps from any message that supports it.
- Added IGeographicLocation interface to easily get any message that supports reporting a location.
- Added GnssMonitor for simplifying monitoring location messages and reporting a location.
- Added an NTRIP client for getting RTCM correctional messages from an NTRIP Server.
- Improved the buffered stream to more accurately emulate baud rates.
- All messages now have a unique timestamp useful to expire older messages.
- Many sample app improvements in repo