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
.hgignore@2:ff1a293c4df3, 2020-06-29 (annotated)
- Committer:
- morgandu
- Date:
- Mon Jun 29 08:17:16 2020 +0000
- Revision:
- 2:ff1a293c4df3
- Parent:
- 1:fe3df398bdf5
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.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Jan Jongboom |
0:41f820ea137a | 1 | syntax: glob |
Jan Jongboom |
0:41f820ea137a | 2 | .mbed |
Jan Jongboom |
0:41f820ea137a | 3 | BUILD/ |
Jan Jongboom |
0:41f820ea137a | 4 | mbed_settings.* |
Jan Jongboom |
0:41f820ea137a | 5 | mbed-os/ |
Jan Jongboom |
0:41f820ea137a | 6 | easy-connect/ |
Jan Jongboom |
0:41f820ea137a | 7 | mbed-http/ |
Jan Jongboom |
0:41f820ea137a | 8 | .git/ |
Jan Jongboom |
1:fe3df398bdf5 | 9 | Makefile |
Jan Jongboom |
1:fe3df398bdf5 | 10 | mbed-memory-status/ |
Jan Jongboom |
1:fe3df398bdf5 | 11 | mbed-memory-status.lib |
Jan Jongboom |
1:fe3df398bdf5 | 12 | mbed_config. |
Jan Jongboom |
1:fe3df398bdf5 | 13 |