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
diff -r bc7df6da7589 -r 5ff4a18d103e LPC1768/if/net/netif.h
--- a/LPC1768/if/net/netif.h	Thu Aug 05 15:09:22 2010 +0000
+++ b/LPC1768/if/net/netif.h	Mon Sep 29 23:43:13 2014 +0000
@@ -57,7 +57,7 @@
   //!Returns the IP of the interface once it's connected
   IpAddr getIp() const;
   
-protected:
+public:
   IpAddr m_ip;
 };