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
History
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.
2020-06-29, by morgandu [Mon, 29 Jun 2020 08:17:16 +0000] rev 2
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.
Compatibility with LwIP. Fix memory leaks.
2017-07-31, by Jan Jongboom [Mon, 31 Jul 2017 17:12:21 +0200] rev 1
Compatibility with LwIP. Fix memory leaks.
Initial release
2017-07-31, by Jan Jongboom [Mon, 31 Jul 2017 15:41:22 +0200] rev 0
Initial release