UDP Echo Client example

Dependencies:   EthernetInterface mbed-rtos mbed

Deprecated

This is an mbed 2 networking example. For mbed OS 5, the networking libraries have been revised to better support additional network stacks and thread safety here.

Revision:
3:281043c08f67
Parent:
2:3307c4a7c499
Child:
4:2d454b6fe7ec
--- a/main.cpp	Wed Aug 01 13:10:43 2012 +0000
+++ b/main.cpp	Fri Feb 15 17:03:34 2013 +0000
@@ -28,4 +28,4 @@
     
     eth.disconnect();
     while(1) {}
-}
+}
\ No newline at end of file