cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F107 as http client ?

antonius
Senior
Posted on August 25, 2015 at 11:28

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 lot
2 REPLIES 2
Posted on August 25, 2015 at 14:37

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.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
antonius
Senior
Posted on August 29, 2015 at 05:15

How do you reckon with this one ?

https://developer.mbed.org/users/WiredHome/code/HTTPClient/