C#: GPS Tracking system [closed]

2020-05-15 04:20发布

How do I go about building a GPS tracking system with mobile (with GPS) in C#.net ? The scenario is

  1. Track a user (service engineer, nothing illegal here) via a GPS enabled mobile Phone. What software and hardware will I require? Is there any open source implementation?

  2. For a vehicle tracking system, how do I go about with GPS? I would like to know the various steps/procedure. I am looking for some right direction.

8条回答
我想做一个坏孩纸
2楼-- · 2020-05-15 04:52

If you are wanting a vehicle tracking system, why not buy one, as there are plenty out there. If you don't really know how to go about it, I'm not sure you'll be able to produce a solution at lower cost than a commercial system.

查看更多
放荡不羁爱自由
3楼-- · 2020-05-15 04:53

you can find more info at: http://www.miisoft.it/portale/index.php/programmazione/37-c/51-gps-parte-i Here you can find notice about gps, parsing NMEA string and example code.

查看更多
登录 后发表回答