LM3S6965 simple HTTP webclient for RAW lwip

From Kenneth Noyens
Revision as of 10:44, 5 September 2016 by Kenneth (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is a not finished but working HTTP client for raw lwip.
LM3S6965 Evaluation kit example: enet_http_test.zip
If you make modifications to the code please send your new version to my email: me [at] noyenskenneth [d0t] be

TODO:
Implement the DNS client in the hc_open function so that we can make a better http request header (HOST: ...)

Files:

Code has bene posted to github: https://github.com/kennethnoyens/lwipHttpClient

You can use this code under the GNU LESSER GENERAL PUBLIC LICENSE (LGPL) Version 2.1
LGPLV2.1