How do I go about building a GPS tracking system with mobile (with GPS) in C#.net ? The scenario is
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?
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.
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.
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.