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.json
and change thenetwork-interface
option 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.
.hgignore@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 | 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 |