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)
- All the info about how to use the library, you can find in the example project included in the project (Ghostware.GPS.NET.Console).