Hello fellow developpers,
I need to develop an application that would get geographical coordinates from different sources and then update the Windows system location with these. (These sources could be NMEA streams, web service, or even manual inputs).
If I understood correctly, based on what I read on the Microsoft website (here and here) and over the Internet, I would need to develop my own Windows sensor driver to update this location of the system.
The goal is then to use the very simple System.Device.Location.GeoCoordinateWatcher to obtain the system's position from any other application.
The documentation seems quite complete but does not contain any example. Because it is my first Windows sensor driver, I'm completely lost on how and where I should begin.
Any clues on this that could help me getting started ?
C# would be great but C/C++ would obviously do it perfectly