Playing with the UDPEchoClient to prototype delivery of data over UDP.

Dependencies:   EthernetInterface FXOS8700CQ mbed-rtos mbed

Fork of UDPEchoClient by mbed official

Revision:
5:263b6859d55c
Parent:
4:2d454b6fe7ec
Child:
8:c9e4f2e15e2d
--- a/main.cpp	Fri Mar 01 15:57:44 2013 +0000
+++ b/main.cpp	Fri Mar 01 15:59:25 2013 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 #include "EthernetInterface.h"
 
-const char* ECHO_SERVER_ADDRESS = "10.2.200.94"; //192.168.0.51
+const char* ECHO_SERVER_ADDRESS = "10.2.200.94";
 const int ECHO_SERVER_PORT = 7;
 
 int main() {