how to link own web-server with stm32f2+enc28j60.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-08-29 5: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.
- Labels:
-
Ethernet
-
STM32F2 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-08-29 5: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.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-08-31 4: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-08-31 4:14 AM
Actually i get the whole code from github and i just edit it and it works.
