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 sandbox

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

  1. Open ``mbed_app.json`` and change the `network-interface` option to your connectivity method ([more info](https://github.com/ARMmbed/easy-connect)).
  2. Build the project in the online compiler or using mbed CLI.
  3. Flash the project to your development board.
  4. Attach a serial monitor to your board to see the debug messages.

Tested on

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

Committer:
Bongjun
Date:
Fri Aug 10 08:52:29 2018 +0000
Revision:
5:ac9aebd61a31
Parent:
1:fe3df398bdf5
remove some comments

Who changed what in which revision?

UserRevisionLine numberNew 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