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

Files at this revision

API Documentation at this revision

Comitter:
wellmon7
Date:
Mon Sep 29 23:43:13 2014 +0000
Parent:
5:bc7df6da7589
Commit message:
I don't know what this is asking for...we made slight changes to make the router and mbed applicable

Changed in this revision

LPC1768/if/eth/EthernetNetIf.h Show annotated file Show diff for this revision Revisions of this file
LPC1768/if/net/netif.h Show annotated file Show diff for this revision Revisions of this file
--- 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;
   
 };
--- 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;
 };