Question
Create HTTP client with STM32F746G board
Hello,
i want to make my STM32 board as client and create GET/POST request to my server running remotely using Ethernet present on the board.
i have got an lwip example which explains the process of making board as a server not a client.