2019-08-29 05:23 AM
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.
2019-08-29 05:28 AM
You'd send a HTTP GET request to the server, in the inverse fashion that you serve the page in your earlier example.
2019-08-29 10:24 PM
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.
2019-08-31 04:04 AM
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.
2019-08-31 04:14 AM
Actually i get the whole code from github and i just edit it and it works.