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:
25:48dd18cc147c
Parent:
23:47ee805435b1
Child:
26:09e0dd020900
--- a/readme.txt	Thu Nov 27 18:16:02 2014 +0000
+++ b/readme.txt	Sun Dec 07 00:18:07 2014 +0000
@@ -14,5 +14,12 @@
     + Added: watchdog timer
     + Modified: enter config mode forever when received discovery command
 
-v1.11 27/11/2014
-    + Added: checking a configuration command to see if it starts with "NN". Otherwise, it could be data was sent using UDP connection.
\ No newline at end of file
+v1.1.1 27/11/2014
+    + Added: checking a configuration command to see if it starts with "NN". Otherwise, it could be data was sent using UDP connection.
+
+v1.2 30/11/2014
+    + Added: Discovery command now returns NNIO MAC IP
+    + Added: receive and process receiving protocol using UDP
+
+v1.2.1 01/12/2014
+    + Modified: enter config mode with query ip command, not discovery command
\ No newline at end of file