GPRS Datalogger to webpage

Status
Not open for further replies.
Joined
Dec 4, 2012
Messages
4,280
Helped
822
Reputation
1,654
Reaction score
791
Trophy points
1,393
Location
Bangalore, India
Activity points
0
I am doing a GPRS datalogger. I am sending some strings to webserver using GPRS modem. I want to store this data at the server and able to see the data in a webpage using browser. What are the requirements? Should I create a webpage for the webserver IP?

Actually I am sending sensor datas to webserver and I need to see them on a webpage on my browser. How should I proceed with the Front end designing?
 

A simple HTTP POST to a PHP script would get the data to your site. Example:
Code:
http://yoursite/log.php?string=stuff+goes+here&auth=blah

Displaying that data depends on your data.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…