Skip to content

Releases: dotMorten/NmeaParser

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