Ghostware.GPS.NET
1.0.2
See the version list below for details.
dotnet add package Ghostware.GPS.NET --version 1.0.2
NuGet\Install-Package Ghostware.GPS.NET -Version 1.0.2
<PackageReference Include="Ghostware.GPS.NET" Version="1.0.2" />
paket add Ghostware.GPS.NET --version 1.0.2
#r "nuget: Ghostware.GPS.NET, 1.0.2"
// Install Ghostware.GPS.NET as a Cake Addin #addin nuget:?package=Ghostware.GPS.NET&version=1.0.2 // Install Ghostware.GPS.NET as a Cake Tool #tool nuget:?package=Ghostware.GPS.NET&version=1.0.2
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)
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. |
-
- Ghostware.NMEAParser (>= 1.0.4)
- Newtonsoft.Json (>= 9.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.14 | 1,881 | 4/24/2018 |
1.0.13 | 1,145 | 4/14/2017 |
1.0.12 | 1,027 | 4/7/2017 |
1.0.11 | 1,033 | 2/23/2017 |
1.0.10 | 1,014 | 2/23/2017 |
1.0.9 | 1,008 | 2/22/2017 |
1.0.8 | 1,038 | 2/22/2017 |
1.0.7 | 1,018 | 2/22/2017 |
1.0.6 | 1,016 | 2/21/2017 |
1.0.5 | 985 | 2/21/2017 |
1.0.4 | 1,017 | 2/16/2017 |
1.0.3 | 1,041 | 2/14/2017 |
1.0.2 | 1,006 | 2/13/2017 |
1.0.1 | 1,004 | 2/12/2017 |
1.0.0 | 992 | 2/10/2017 |
v1.0.2:
--------
- Bugfix: fixed the GpsClientFactory returning wrong type for GPSD
- Added some unittests on the factories
v1.0.1:
--------
- Updated nmea parser
- Added conversion to other coordinatesystems
v1.0.0:
--------
- Initial release