Develop a Windows Location Sensor in C#

浪尽此生 提交于 2019-12-11 17:45:34

问题


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

来源:https://stackoverflow.com/questions/54138518/develop-a-windows-location-sensor-in-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!