Http client using lwip and freertos on stm32f746 discovery
Hi,
I am trying to create a little http client that creates http get and/or post requests. The main goal of the application is to get weather information from a weather api. In college i learned a little bit of the raw api, but from what i read on the internet i cant use raw api with freertos...
I am no expert at stm32 programming, bit i know a little bit of it.
I don't kknow where i should start. Should i use the netconn api? And how do you create a http client with the netconn api? Is there any example of a http client? The information i read wasn't clear to me.
Many thanks!
Elias
