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

README.md

Committer:
olympux
Date:
2016-06-16
Revision:
40:c966abbe2d62
Parent:
39:083cf93121a9
Child:
42:d0ff08711ca5

File content as of revision 40:c966abbe2d62:

Forked of RPC over HTTP server

------------------
Modified but not commit yet:

1. Updated Formatter.c to use eth.getIPAddress()
2. Added AnalogIn
  - to HTML code in Formatter.c
  - to RPCType.c
  
Tested working but creating RPC object AnalogIn at PC_0 caused watchdog resets
-------------------