eth

Dependencies:   EthernetInterface mbed-rtos mbed

Fork of FRDM_K64F-Ethernet by Rangel Alvarado

Revision:
3:5bb986247f20
Parent:
2:ff5c01165824
Child:
4:edeb4d3d1968
--- a/main.cpp	Thu Apr 23 18:33:11 2015 +0000
+++ b/main.cpp	Thu Apr 23 18:37:54 2015 +0000
@@ -1,10 +1,10 @@
 #include "mbed.h"
 #include "EthernetInterface.h"
 
-#define IP       "192.168.0.52"
-#define MASK   "255.255.255.0"
-#define GW      "0.0.0.0"
-#define PORT   80
+#define IP       "***"
+#define MASK   "***"
+#define GW      "***"
+#define PORT   **
 
 void getsth(char a, EthernetInterface e, TCPSocketConnection cli);