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:
22:e5f0aa929c44
Parent:
21:fae96e0d6bb1
Child:
23:47ee805435b1
--- a/main.cpp	Sat Nov 15 11:53:00 2014 +0000
+++ b/main.cpp	Sun Nov 16 17:39:16 2014 +0000
@@ -137,7 +137,7 @@
 char   str_ip_addr[16], str_ip_subnet[16], str_ip_gateway[16]; // for printf, converted from 16-bits u16ip_xxx
 uint16_t first_run = 0;  // first run flag
 
-const uint16_t tcp_server_local_port = 10000; // fixed
+const uint16_t tcp_server_local_port = 10000; // fixed, change to 7000 if internet required
 const uint16_t udp_server_local_port = 11000; // fixed
 
 // TCP client: this section is used for the TCP server that this device connects to in TCP client mode