Webserver example for Nuvoton NuMaker boards and mbed OS 5.15 - HTTP 1.1 and multi-threaded.
For Mbed OS 6, please use the NuMaker-simple-httpd example.
This application demonstrates how to run an HTTP server on an mbed OS 5 device. It is derived from http-webserver-example Request parsing is done through nodejs/http-parser.
Fixed for Mbed OS 5.15 or later
Tested on
NuMaker IoT-M487 with Ethernet NuMaker PFM-M487 with Ethernet
.gitignore@1:fe3df398bdf5, 2017-07-31 (annotated)
- Committer:
- Jan Jongboom
- Date:
- Mon Jul 31 17:12:21 2017 +0200
- Revision:
- 1:fe3df398bdf5
- Parent:
- 0:41f820ea137a
Compatibility with LwIP. Fix memory leaks.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Jan Jongboom |
0:41f820ea137a | 1 | .mbed |
Jan Jongboom |
0:41f820ea137a | 2 | BUILD/ |
Jan Jongboom |
0:41f820ea137a | 3 | mbed_settings.* |
Jan Jongboom |
1:fe3df398bdf5 | 4 | .hgignore |
Jan Jongboom |
1:fe3df398bdf5 | 5 | .hg/ |
Jan Jongboom |
1:fe3df398bdf5 | 6 | mbed_config.h |
Jan Jongboom |
1:fe3df398bdf5 | 7 | Makefile |
Jan Jongboom |
1:fe3df398bdf5 | 8 | mbed-memory-status.lib |
Jan Jongboom |
0:41f820ea137a | 9 |