jit_singh_tara
Full Member level 6
- Joined
- Dec 22, 2006
- Messages
- 325
- Helped
- 9
- Reputation
- 18
- Reaction score
- 4
- Trophy points
- 1,298
- Location
- Delhi , India
- Activity points
- 4,295
Hello Friends , i have to design a system where i need to send data ( some voltages , status of some pins of mcu) via gprs (using sim 800 gsm /gprs module) to a web hosting server's database table .
DATA -> GPRS COMMUNICATION -> WEB HOSTING SERVER ->MYSQL SERVER -> TABLE ROWS.....
The data needs to be saved on the server on database file , so that it could be accessed from any where on the internet.
I will be accessing a php based file on address bar which will access the table of the database and return the result in form of html file in tabular form....
Please suggest what will be the best approach .....
The medium has to be gprs only as the hardware will not have access to ethernet or wifi .
So basically i need to remote monitor a hardware i/p and some data , which i could access from anywhere.....
Is it possible to connect to web server database table via AT commands . What all needs to be done if yes......
Since i will be communication with a server , then do i need to implement TCP/IP client server handshaking....
Please guide...
DATA -> GPRS COMMUNICATION -> WEB HOSTING SERVER ->MYSQL SERVER -> TABLE ROWS.....
The data needs to be saved on the server on database file , so that it could be accessed from any where on the internet.
I will be accessing a php based file on address bar which will access the table of the database and return the result in form of html file in tabular form....
Please suggest what will be the best approach .....
The medium has to be gprs only as the hardware will not have access to ethernet or wifi .
So basically i need to remote monitor a hardware i/p and some data , which i could access from anywhere.....
Is it possible to connect to web server database table via AT commands . What all needs to be done if yes......
Since i will be communication with a server , then do i need to implement TCP/IP client server handshaking....
Please guide...