Serves a webpage and saves the user entered data in a .txt file all on the MBED

Dependents:   HTTPServerCustom

Fork of EthernetNetIf by Donatien Garnier

Revision:
6:5ff4a18d103e
Parent:
5:bc7df6da7589
--- a/LPC1768/if/eth/EthernetNetIf.h	Thu Aug 05 15:09:22 2010 +0000
+++ b/LPC1768/if/eth/EthernetNetIf.h	Mon Sep 29 23:43:13 2014 +0000
@@ -34,6 +34,8 @@
 
 #include "if/lwip/LwipNetIf.h"
 
+
+
 ///Ethernet network interface return codes
 enum EthernetErr
 {
@@ -82,6 +84,7 @@
   IpAddr m_netmask;
   IpAddr m_gateway;
   
+  
   const char* m_hostname;
   
 };