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:
31:2e4b6de6c2f3
Parent:
30:15e23257e786
Child:
32:db2e8ea06ee1
--- a/readme.txt	Sun Jan 11 13:53:53 2015 +0000
+++ b/readme.txt	Sat Jan 24 20:49:24 2015 +0000
@@ -12,4 +12,8 @@
     
 v1.0 (06/01/2014)
     + Added: RPC command replies as following object_name:reply_value
-    + Modified: clean code in my_eeprom_funcs and main.cpp
\ No newline at end of file
+    + Modified: clean code in my_eeprom_funcs and main.cpp
+    
+v1.1 (24/01/2015)
+    + Modified: control command is able to be processed by both TCP and UDP.
+      Only one network output buffer is used for RPC-style and NNIO protocols.
\ No newline at end of file