|
I just built something very similar, only I used the PHP format instead of asp. My application was not for tracking vehicles, but instead computers. There is a VB application yhat runs on a client machine which navigates to "www. domain .com / track / update .php?user=John&localip=192.168.1.100&remoteip=64.5 6.123.98". Basically it allows the PHP to save these variables to a text file on the server that is titled based on the users name.
If you could get yor vehicle to connect and bring up this PHP page with your GPS data, iit would be extrenely easy to log and even display on a map.
My suggestion... Perhaps you should look into a web-enabled phone? You said you were going to put a seperate phone hidden in the vehicle, so it doesnt matter what method it uses. I would see if I could get the phones web browser itself to navigate to the certain address upon recieving the command somehow.
Brett W
|