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

Committer:
olympux
Date:
Sun Aug 14 11:06:53 2016 +0000
Revision:
46:971bdaa3507c
Parent:
45:8d18a95fcf8a
Initial version, support RPC over HTTP with new eeprom emulation

Who changed what in which revision?

UserRevisionLine numberNew contents of line
olympux 46:971bdaa3507c 1 # Features
olympux 38:f8735ae519aa 2
olympux 46:971bdaa3507c 3 ## RPC function over HTTP
olympux 46:971bdaa3507c 4
olympux 46:971bdaa3507c 5 Run by for example `/showdevconf/run`
olympux 42:d0ff08711ca5 6
olympux 42:d0ff08711ca5 7 # Releases
olympux 42:d0ff08711ca5 8
olympux 46:971bdaa3507c 9 ## v0.1.0 (14/08/2016)
olympux 42:d0ff08711ca5 10
olympux 46:971bdaa3507c 11 Initial
olympux 45:8d18a95fcf8a 12
olympux 46:971bdaa3507c 13 - New eeprom emulation functions
olympux 46:971bdaa3507c 14 - Support RPC over HTTP, [here](https://developer.mbed.org/teams/smdiotkitch/code/HTTPServerUI/) or [here](https://developer.mbed.org/users/feb11/code/HTTP-Server/)
olympux 42:d0ff08711ca5 15
olympux 46:971bdaa3507c 16 Issues
olympux 42:d0ff08711ca5 17
olympux 46:971bdaa3507c 18 - HTTP server must always run, which makes TCP/UDP impossible