UDP_server example

Fork of mbed-os-example-udp-sockets by mbed_example

Revision:
0:cf516d904427
diff -r 000000000000 -r cf516d904427 README.md
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Mon Oct 23 21:26:36 2017 +0000
@@ -0,0 +1,10 @@
+### Getting started with the UDPSocket API ###
+ 
+UDP Example
+This application reads the current UTC time by sending UDP packet to 
+"time.nist.gov" address at port 37.
+ 
+**Note:** The current example is limited to the ethernet interface on supported 
+devices. To use the example with a different interface, you will need to modify 
+main.cpp and replace the EthernetInterface class with the appropriate interface.
+ 
\ No newline at end of file