diff --git a/src/NmeaParser/NmeaParser.csproj b/src/NmeaParser/NmeaParser.csproj index 43d6c91..2e49093 100644 --- a/src/NmeaParser/NmeaParser.csproj +++ b/src/NmeaParser/NmeaParser.csproj @@ -9,7 +9,7 @@ Morten Nielsen Morten Nielsen An NMEA stream parser for serial port, bluetooth and file-based nmea simulation. - nmea winrt wpf uwp xamarin gps serialport bluetooth + NMEA GPS GNSS Serialport Bluetooth Navigation NTRIP RTCM Galileo GLONASS BeiDou Garmin Trimble SharpGIS.NmeaParser 2.1 NMEA Parser @@ -20,7 +20,11 @@ Copyright © Morten Nielsen 2015-2020 $(MSBuildThisFileDirectory)..\..\artifacts\NmeaParser\$(Configuration) ..\..\artifacts\NuGet\$(Configuration)\ - Added ITimestampedMessage interface to easily get time stamps from any message that supports it + 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. true true $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb