cancel
Showing results for 
Search instead for 
Did you mean: 

how to link own web-server with stm32f2+enc28j60.

sainti
Associate II

Hi st-community, Actually i have create my own embedded server and blink the led through a web page and this is done with the help of enc28j60 module interface with stm32f207. Now I want to connect my web-server(my own website) with stm32f2+enc28j60. So please tell how to link that web-server with stm32f2+enc28j60.

4 REPLIES 4

You'd send a HTTP GET request to the server, in the inverse fashion that you serve the page in your earlier example.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
sainti
Associate II

Actually, I don't know how to apply the GET request in my code and the above procedure have been done by me with the help of internet tutorial. Please help me I am beginner.

Piranha
Chief II

Here it is:

https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Example_session

But, if the intent is to set up communication between devices all of which are made by You, then using HTTP is a very stupid thing to do.

Actually i get the whole code from github and i just edit it and it works.