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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
2:ff1a293c4df3 | 2020-06-29 | morgandu | Webserver example for mbed OS 5 - HTTP 1.1 and multi-threaded; Fix for mbed OS 5.15 and clean unnecessary libraries; Add fixed IP address option; Test on Nuvoton NuMaker boards. |
1:fe3df398bdf5 | 2017-07-31 | Jan Jongboom |
Compatibility with LwIP. Fix memory leaks. |
0:41f820ea137a | 2017-07-31 | Jan Jongboom |
Initial release |