A simple example of ethernet webserver for mbed-os.

Getting started with Ethernet webserver

This is the Ethernet webserver example for mbed OS.

Revision:
0:621fd985b960
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Tue Feb 19 11:48:03 2019 +0000
@@ -0,0 +1,24 @@
+# Getting started example for GD32 Ethernet web server demo
+
+###
+
+This demo realize webserver application:
+  Users can visit the board through Internet Explorer, the board acts as a webserver, and the url is the local 
+ip address of the board("192.168.57.156").
+  If DHCP function is needed, it can be configured by change DEMO_DHCP_ENABLE to 1 in main.cpp. This 
+function is closed by default. Users can use a router to connect the board, and use the HyperTerminal
+to print the automatic allocated ip address. Users can visit the board through Internet Explorer.
+
+```
+
+## Related Links
+
+* [Mbed OS Stats API](https://os.mbed.com/docs/latest/apis/mbed-statistics.html)
+* [Mbed OS Configuration](https://os.mbed.com/docs/latest/reference/configuration.html)
+* [Mbed OS Serial Communication](https://os.mbed.com/docs/latest/tutorials/serial-communication.html)
+
+### License and contributions
+
+The software is provided under Apache-2.0 license. Contributions to this project are accepted under the same license. Please see contributing.md for more info.
+
+This project contains code from other projects. The original license text is included in those source files. They must comply with our license guide.