bmacombe / GPS.NET

Add a facade for different gps services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

How to use

  • All the info about how to use the library, you can find in the example project included in the project (Ghostware.GPS.NET.Console).

Dependencies

Usefull Links

About

Add a facade for different gps services

License:Apache License 2.0


Languages

Language:C# 98.5%Language:Batchfile 1.5%