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:
46:971bdaa3507c
Parent:
45:8d18a95fcf8a
--- a/README.md	Tue Jul 19 07:50:53 2016 +0000
+++ b/README.md	Sun Aug 14 11:06:53 2016 +0000
@@ -1,34 +1,18 @@
-Forked of NNIO-8822
-Combined with "RPC over HTTP server" and "Improved mbed RPC" projects
-
-# Modifications
+# Features
 
-1. Updated Formatter.c to use eth.getIPAddress()
-2. Added creating RPC object AnalogIn
-  - to HTML code in Formatter.c
-  - to RPCType.c
-3. Added read/write RPC string variable over HTTP
+## RPC function over HTTP
+
+Run by for example `/showdevconf/run`
 
 # Releases
 
-## v1.0.0 (16/06/2016)
+## v0.1.0 (14/08/2016)
 
-Initial version
-
-Features
+Initial
 
-- Use eeprom for device configuration
-- HTTP server
-- RPC over HTTP:
-  + Support creating objects including AnalogIn
-  + Support RPC string variable
-- Additional RPC commands:
-  + Set ip address: /ipaddr/write 192.168.0.121
-  + Save ip address: /saveipaddr/run
-  + Enable configured flag: /setconf/run
-  + Disable configured flag: /resetconf/run
-  
+- New eeprom emulation functions
+- Support RPC over HTTP, [here](https://developer.mbed.org/teams/smdiotkitch/code/HTTPServerUI/) or [here](https://developer.mbed.org/users/feb11/code/HTTP-Server/)
 
-Bug fixes
+Issues
 
-- Creating RPC object AnalogIn at PC_0 caused watchdog resets. FIXED in rev41
\ No newline at end of file
+- HTTP server must always run, which makes TCP/UDP impossible
\ No newline at end of file