Difference between revisions of "LM3S6965 simple HTTP webclient for RAW lwip"

From Kenneth Noyens
Jump to: navigation, search
 
Line 5: Line 5:
 
Implement the DNS client in the hc_open function so that we can make a better http request header (HOST: ...)<br><br>
 
Implement the DNS client in the hc_open function so that we can make a better http request header (HOST: ...)<br><br>
 
Files:
 
Files:
- [[httpclient.h]]
+
 
- [[httpclient.c]]
+
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<br>
 
You can use this code under the GNU LESSER GENERAL PUBLIC LICENSE (LGPL) Version 2.1<br>
 
[http://www.gnu.org/licenses/lgpl-2.1.txt LGPLV2.1]<br />
 
[http://www.gnu.org/licenses/lgpl-2.1.txt LGPLV2.1]<br />

Latest revision as of 10:44, 5 September 2016

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