Modified Post Build Events to allow for filenam...
Added display of satellite data when changed.
Added handling and retransmitting of SatelliteI...
Added skeleton for SatelliteInUseChanged
Modified events to use Actions instead of deleg...
Added posibility of overriding constants using ...
Added better handling and buffering of NMEA mes...
Added decoding of GLL message.
Added complete set of example messages
Added check that index is within range of allow...
Added decoding of GSA messages. Still need to h...
Modified BuildEvents for drivers to conform wit...
Renamed project folder and edited solution and ...
Modified project properties for better namespac...
Added TODO tasks
Added IsAfterLastFix to compare received dateti...
Added validation of config values when they are...
Readded Value as private member for future vali...
Added posibility of InnerException to NmeaProvi...
Added GGA decoding.
Added the DistanceBetween in GpsUtils as extens...
Changed INmeaProvider interface to be an abstra...
Added configuration parameter functionality, wi...
Cleaned up Stop() and Dispose() functionality f...
Tidied up the tester application and temporary ...
Modified GpsCommunications class to be disposab...
Added loading of custom NMEA providers using MEF
Added new project for custom NMEA Provider usin...
Added handling of Point and Velocity in GpsComm...
Changed events that doesn't need to be public t...
Added decoding of GPRMC message.
Temporary development notes.
Removed "public" prefixes to methods and proper...
Added event args.
Converted GPS types and enums from Java to C#.