This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Http Request stm32f4

Hello I have stm32f4 discovery and STM32F4DIS-BB connected to a router .
i wans to send http request to an automate connected to the same router
example :
when i press a button on stm32f4 discovery board an http request like this one:
(192.168.1.5/.../xdevices.json) goes to the automate

i tried the Lwip tcp/ip stack i couldn't get it to work ..

thanks alot