Ghostware.NMEAParser
1.0.3
See the version list below for details.
dotnet add package Ghostware.NMEAParser --version 1.0.3
NuGet\Install-Package Ghostware.NMEAParser -Version 1.0.3
<PackageReference Include="Ghostware.NMEAParser" Version="1.0.3" />
paket add Ghostware.NMEAParser --version 1.0.3
#r "nuget: Ghostware.NMEAParser, 1.0.3"
// Install Ghostware.NMEAParser as a Cake Addin #addin nuget:?package=Ghostware.NMEAParser&version=1.0.3 // Install Ghostware.NMEAParser as a Cake Tool #tool nuget:?package=Ghostware.NMEAParser&version=1.0.3
A library for parsing NMEA messages in C# classes.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Ghostware.NMEAParser:
Package | Downloads |
---|---|
Ghostware.GPS.NET
A library for connecting in an easy way, to different type of gps devices inside C#. The library contains the following ways to connect to gps services: - Using the GPSD service (not officialy supported by GPSD). - Using a gps file. - Using a com port (USB or other). - Using the Windows location API. (Starting from windows 7) |
GitHub repositories
This package is not used by any popular GitHub repositories.
v1.0.3:
--------
- Now the parser gives null back instead of an exception when it not an nmea exception.
v1.0.2:
--------
- Fixed parsing latitude and longitude (using degrees).
v1.0.1:
--------
- Fixed exception namespace.
v1.0.0:
--------
- Initial start of the project.