The NMEA Parser is a lightweight library used to parse NMEA sentences.
The project is written in C# 4.0, using Visual Studio 2010+.
##Supported Sentence Types
- GPRMC
##Other Features
- "As the crow flies" distance comparison.
- Route comparison.
##Quick Start
- Download latest release.
- Follow Basic Usage documentation.