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 ethernet using ENC28J60 to a web hosting server's database table .
DATA -> ETHERNET(ENC28J60) -> WEB HOSTING SERVER ->MYSQL DATABASE -> TABLE .
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 ETHERNET only internet connection.
and the Microcontroller has to be a PIC only , no arduino!
So basically i need to remote monitor a hardware i/p and some data , which i could access from anywhere.....
Since i will be communication with a server , then do i need to implement TCP/IP client server handshaking....
I have successfully done the same using GPRS via GSM MODEM using AT+HTTP get request.But in this current application i intend to use ETHERNET ONLY.
Please guide...
DATA -> ETHERNET(ENC28J60) -> WEB HOSTING SERVER ->MYSQL DATABASE -> TABLE .
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 ETHERNET only internet connection.
and the Microcontroller has to be a PIC only , no arduino!
So basically i need to remote monitor a hardware i/p and some data , which i could access from anywhere.....
Since i will be communication with a server , then do i need to implement TCP/IP client server handshaking....
I have successfully done the same using GPRS via GSM MODEM using AT+HTTP get request.But in this current application i intend to use ETHERNET ONLY.
Please guide...