2015-08-25 02:28 AM
Guys,
Does anybody know where I can find example for http client on STM32 ? I've made it run as http server....and I need it as a client... Any clues/ links /ideas ? Thanks a lot2015-08-25 05:37 AM
Get a book covering TCP/IP Sockets, read an RFC or two, and look at some HTTP GET examples. It's not an inherently complicate interaction.
2015-08-28 08:15 PM
How do you reckon with this one ?
https://developer.mbed.org/users/WiredHome/code/HTTPClient/