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:
29:bc052f283ada
Parent:
28:00c0c20d03c1
Child:
30:15e23257e786
--- a/readme.txt	Mon Dec 29 23:38:26 2014 +0000
+++ b/readme.txt	Thu Jan 08 23:21:40 2015 +0000
@@ -6,4 +6,9 @@
     + Imported F103_NNIO rev27:22f289beceb8
     + Modified: process_control_command() with return value.
       0 if NNIO protocol or RPC protocol without reply; length of RPC outbut buffer; or -1 if RPC failed.
-    + Modified: TCP server now checks to return data to client.
\ No newline at end of file
+    + Modified: TCP server now checks to return data to client.
+    + Modified: use device description instead of device config code in Discovery command.
+    + Tested: working with ConfigurationTool v2.0 and AlarmMonitoring v1.1.
+    
+v1.0 (06/01/2014)
+    + Added: RPC command replies as following object_name:reply_value
\ No newline at end of file