|
my first post so excuse me if i sound wayyy off. but here's what im thinking:
#1. You'll need to write an app that will take the GPS data from the PC, and send it to your Cellphone via Blutooth. Most software that comes with cell phones will allow you to do that, and for automation of this task, look into AutoIt (windows scripting lang)
#2. Write a second piece of code, most probably a Java app (since phones will support that) that will take this data received from your PC GPS and send it to a designated number/IP over SMS. This app will have to run off your phone.
#3. Another app on the server side, the # or IP that receives the SMS will have to take the co-ordinates and Google Map the info. I know Girder (software used mainly for IR Remote to PC communication) can handle SMS receiving upto a certain extent, and do custom actions based on it.
I know, its all in theory, but #1 & #2 seem very do-able. The only one I'm sceptic about is #2, but that only 'cuz i have no experience with writing Java applets for phones.
Let me know what you think, and Good Luck!
|