I just wanted to know if this is what I do for sending an HTTP GET to my webserver. The following is EXACTLY the string I send out my micro. I haven’t yet setup my server so just making sure the GET is correct before trying.
Actually the reason I want to keep the connection alive is because Im tracking my vehicle in the event it gets stolen. This means I need to keep doing an HTTP GET to continiously send gps data to my webserver to allow me to view my vehicle in real time.
i’ve just bought usb eval board(from sparkfun) and gm862-gps. is it possible to receive the gps ? is it nesessery to add a serial port to board additionally? because gps uses two serial port.
cmatkin, it would have been better for you to start a new topic. Just something to keep in mind next time.
As for your question, it depends entirely on what youre using on your server. Maybe you could let us know what server-side technologies youre using, for example is it PHP?, ASP?, Perl-CGI?, is your database access via MySQL?, MSSQL?, MySQLi? etc…