Building a project on VEHICLE TRACKING System using GPS. I've done wid the coding of my uC. What i do not figure out is that when i send a data using AT+CIPSEND to a website lets say http://www.track.com
so after AT+CIPSTART="TCP",""80"">http://www.track.com","80"
and when i send the data AT+CIPSEND="$GPRMC,161229.487,A,3723.2475,N,12158.3416,W,0.13,309.62,120598, ,*10" SEND OK
where does this data go on my website. on my website where should i locate the gprmc string.
Im stuck in designing the webpage