Simple Webserver example for wiznet W5500 (SPI Ethernet chip) mbed OS 5 - HTTP 1.1 and multi-threaded
Dependencies: W5500Interface easy-connect mbed-http
Fork of http-webserver-example by
mbed-os-example-http-server
This application demonstrates how to run an HTTP server on an mbed OS 5 device & WIZnet W5500 Ethernet components.
Request parsing is done through [nodejs/http-parser](https://github.com/nodejs/http-parser).
To build
- Open ``mbed_app.json`` and change the `network-interface` option to your connectivity method ([more info](https://github.com/ARMmbed/easy-connect)).
- 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
- NUCLEO_F411RE with W5500 Ethernet shield.
- For W5500, you need the following libraries.
Import libraryW5500Interface
W5500 driver for mbed OS 5
Import libraryeasy-connect
Modified version of easy-connect for W5500 Ethernet components
But every networking stack that supports the [mbed OS 5 NetworkInterface API](https://docs.mbed.com/docs/mbed-os-api-reference/en/latest/APIs/communication/network_sockets/) should work.
Test Result
History
remove some comments
2018-08-10, by Bongjun [Fri, 10 Aug 2018 08:52:29 +0000] rev 5
remove some comments
.
2018-08-09, by Bongjun [Thu, 09 Aug 2018 08:43:24 +0000] rev 4
.
modified README.md
2018-08-09, by Bongjun [Thu, 09 Aug 2018 08:31:07 +0000] rev 3
modified README.md
http webserver example for W5500 Ethernet components
2018-08-09, by Bongjun [Thu, 09 Aug 2018 08:24:06 +0000] rev 2
http webserver example for W5500 Ethernet components
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