Ghostware.GPS.NET 1.0.11

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ghostware.GPS.NET --version 1.0.11
NuGet\Install-Package Ghostware.GPS.NET -Version 1.0.11
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ghostware.GPS.NET" Version="1.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ghostware.GPS.NET --version 1.0.11
#r "nuget: Ghostware.GPS.NET, 1.0.11"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Ghostware.GPS.NET as a Cake Addin
#addin nuget:?package=Ghostware.GPS.NET&version=1.0.11

// Install Ghostware.GPS.NET as a Cake Tool
#tool nuget:?package=Ghostware.GPS.NET&version=1.0.11

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,793 4/24/2018
1.0.13 1,104 4/14/2017
1.0.12 994 4/7/2017
1.0.11 1,006 2/23/2017
1.0.10 975 2/23/2017
1.0.9 978 2/22/2017
1.0.8 1,007 2/22/2017
1.0.7 983 2/22/2017
1.0.6 984 2/21/2017
1.0.5 957 2/21/2017
1.0.4 985 2/16/2017
1.0.3 1,004 2/14/2017
1.0.2 970 2/13/2017
1.0.1 976 2/12/2017
1.0.0 962 2/10/2017

v1.0.11:
     --------
     - Fixing when you select wrong file not crashing

     v1.0.10:
     --------
     - Fixing com ports not giving disabled signal

     v1.0.9:
     --------
     - Fixing dlls

     v1.0.8:
     --------
     - Working on external dll's

     v1.0.7:
     --------
     - Fix for running property
     - Working on external dll's

     v1.0.6:
     --------
     - Breaking GPSD Proxy bugfix

     v1.0.5:
     --------
     - Added Securestring for proxy password
     - The status disabled is now triggerd on exception
     - Small bugfixes

     v1.0.4:
     --------
     - Added Status for the GPSService

     v1.0.3:
     --------
     - Added support for files using the following format ([Latitude;Longitude], header needs to be included on the first line. (Header names are in the settings))
     - Added ComPort Readfrequenty, and added 0 as unlimited
     - Changed GPSD Readfrequenty, and added 0 as unlimited
     - Added Readfrequenty to the Windows Location API, and added 0 as unlimited
     - Added GPSType property

     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