Webserver only w/o any other functions, single thread. Running on STM32F013+W5500

Dependencies:   NTPClient W5500Interface Watchdog device_configuration eeprom_flash mbed-rpc-nucleo mbed-rtos mbed

Fork of F103-Serial-to-Ethernet by Chau Vo

Revision:
19:05934ee9ee67
Parent:
18:ca499a2e7da6
Child:
20:71c7950fdd91
--- a/readme.txt	Tue Oct 21 20:39:15 2014 +0000
+++ b/readme.txt	Sat Oct 25 10:47:05 2014 +0000
@@ -1,4 +1,10 @@
+Features
 0. Wait for 2s after resetting for ethernet to work.
 1. When auto update enabled and no TCP server is running, module will try to connect to server which results in a timeout every 15s.
    This makes UDP packets take more time to be received and processed by the module. The result is slow UDP commands, such as Discovery.
-   To make it faster, start a TCP server on Hercules. The module will connect to it to transmit updates.
\ No newline at end of file
+   To make it faster, start a TCP server on Hercules. The module will connect to it to transmit updates.
+2. Process a tcp packet including many receiving frames
+
+
+v1.0 25/10/2014
+    + Added: process many receiving frames in one tcp packet