In my upcoming project, I need to track GPS device attached to vehicles. Is there any way this is possible through PHP or ASP.Net
+3
A:
first this device have to send data somehow, then you need to capture it in some DB then present via PHP, ASP.Net or anything else. there is no such class GPSDevice
with method GetPosition
that will do all the magic.
Andrey
2010-06-02 15:53:18
"there is no such class GPSDevice with method GetPosition that will do all the magic" lol. quite naive answer
Starx
2010-06-02 16:01:15
How would Low Jack (mispelled) work then? There must be some way to send out a signal and have it then respond back with it's location. It would be a matter of having a receiver, perhaps like a cellphone receiver, paired with a gps chip, as it could then determine the location and send an SMS message back.
James Black
2010-06-03 02:04:01
it sends data via radio. Remember, GPS device itself is only **receiver**, if you want to track it you need to integrate sender device.
Andrey
2010-06-03 09:21:32