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:
Tue Oct 21 20:39:15 2014 +0000
Revision:
18:ca499a2e7da6
Parent:
17:88ef7a078095
Child:
19:05934ee9ee67
Added flags for tcp server and client but not in use.; Updated debug strings.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
olympux 18:ca499a2e7da6 1 0. Wait for 2s after resetting for ethernet to work.
olympux 18:ca499a2e7da6 2 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.
olympux 18:ca499a2e7da6 3 This makes UDP packets take more time to be received and processed by the module. The result is slow UDP commands, such as Discovery.
olympux 18:ca499a2e7da6 4 To make it faster, start a TCP server on Hercules. The module will connect to it to transmit updates.