STM32F107 as http client ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-08-25 2:28 AM
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
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-08-25 5:37 AM
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..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-08-28 8:15 PM
Posted on August 29, 2015 at 05:15
How do you reckon with this one ?
https://developer.mbed.org/users/WiredHome/code/HTTPClient/