Example of HTTPServer with additional features: * SNTPClient, DST rules * Link status indication * Local or SDCard-based WebServer * RPC-able class * Static and Dynamic HTML page

Dependencies:   mbed

Revision:
1:ec4170739967
Parent:
0:886e4b3119ad
Child:
2:360fda42fefd
--- a/lwip/Core/lwipopts.h	Sun Jan 03 07:00:43 2010 +0000
+++ b/lwip/Core/lwipopts.h	Fri Jan 08 00:28:14 2010 +0000
@@ -96,7 +96,8 @@
 
 // Do not change these:
 #define SNTP_SOCKET                 0
-#define SNTP_DEBUG                  LWIP_DBG_OFF
+#define SNTP_DEBUG                  LWIP_DBG_ON
+#define PBUF_DEBUG                  LWIP_DBG_ON
 #define SNTP_PORT                   123
 #define SNTP_SERVER_DNS             1   // Override. Use URLs. Do not use IP addresses!
 #define SNTP_SUPPORT_MULTIPLE_SERVERS 1 // Override. Allow multiple servers.