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:
27:22f289beceb8
Parent:
26:09e0dd020900
Child:
28:00c0c20d03c1
--- a/readme.txt	Wed Dec 24 13:23:33 2014 +0000
+++ b/readme.txt	Mon Dec 29 21:40:55 2014 +0000
@@ -1,16 +1,3 @@
-#NNIO Command and Configuration Processors
-
-This version is forked from F103_NNIO git rev25:48dd18cc147c, which is used for running demos.
-It intends to separate command processor and method to receive commands.
-
-v2.0 24/12/2014
-    + Use official mbed-rtos.
-
-
-
-
-
-
 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.
@@ -34,5 +21,12 @@
     + 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
+v1.2.1 01/12/2014 (demo version: git rev25)
+    + Modified: enter config mode with query ip command, not discovery command
+
+v2.0 24/12/2014
+    + Use official mbed-rtos
+    + Updated: configuration comands now use prefix NNCF, control commands use prefix NNIO.
+    + Run with demo software v2.0
+    + Added RPC through TCP/UDP: tested after fixed (Rpc)DigitalIn/Out names.
+      RPC control commands can be sent to TCP/UDP server on NNIO module. However, no reply yet, only debug with uart.
\ No newline at end of file