Webserver example for mbed OS 5 - HTTP 1.1 and multi-threaded
Dependencies: mbed-http
mbed-os-example-http-server
This application demonstrates how to run an HTTP server on an mbed OS 5 device.
Request parsing is done through nodejs/http-parser.
To build
- Open
mbed_app.jsonand change thenetwork-interfaceoption to your connectivity method (more info). - Build the project in the online compiler or using mbed CLI.
- Flash the project to your development board.
- Attach a serial monitor to your board to see the debug messages.
Tested on
- K64F with Ethernet.
- NUCLEO_F411RE with ESP8266.
- For ESP8266, you need this patch.
But every networking stack that supports the mbed OS 5 NetworkInterface API should work.
Files at revision 1:fe3df398bdf5
| Name | Size | Actions |
|---|---|---|
| [up] | ||
| profiles | ||
| source | ||
| .gitignore | 91 | Revisions Annotate |
| .hgignore | 148 | Revisions Annotate |
| LICENSE | 10371 | Revisions Annotate |
| README.md | 898 | Revisions Annotate |
| easy-connect.lib | 82 | Revisions Annotate |
| mbed-http.lib | 70 | Revisions Annotate |
| mbed-os.lib | 77 | Revisions Annotate |
| mbed_app.json | 1418 | Revisions Annotate |