Skip to content

Releases: dotMorten/NmeaParser

v3.0.0

16 Jan 04:38
97e0084
Compare
Choose a tag to compare

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

26 Feb 20:47
Compare
Choose a tag to compare

v2.2.1

24 Dec 06:54
caf9ced
Compare
Choose a tag to compare

v2.2

16 Feb 06:58
40f2bdc
Compare
Choose a tag to compare

Improved error handling.
iOS: Added EAAccessoryDevice
Bug fix: #78

v2.1

28 Aug 23:56
Compare
Choose a tag to compare
  • 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