Quote: Originally Posted by
alienmanfc6 
I dont know if anyone wants this but I going to post it for everyone to have if they want. It is a program I created to log you gps location and email it to you. I have it run all the time just in case my car gets stolen. I am also posting the sorce code, it is in vb .net for those of you who want it. I have created a read me file to explain how is works and how to set it up. If anyone has any idea on impovement to better suite your needs let me know. I will gladly add or change things for you.
Hey alien, thanks for this! I've been looking for something like this...but a little different. Maybe we can work together and refine to work better.
My goal was to be able to have an application run in the background which will:
-automatically log current location from gps (like what you're doing) along with speed and timestamp, at user specified intervals.
-Look for a internet connection available.
-if connection exists, connect to it and upload the log file to a server and store the data in a database.
-else continue to log gps data and try connection again at the next user defined interval.
Can you add this functionality? And i can do the web base stuff to pull the data from the database and plot it on google maps. People can install this web app and database on their own server and view their own tracking...what do you think? I dont know VB...