K64F, use static IP, UDP broadcast

Committer:
deepikabhavnani
Date:
Mon Oct 23 21:26:36 2017 +0000
Revision:
0:cf516d904427
UDP Socket example - Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
deepikabhavnani 0:cf516d904427 1 ### Getting started with the UDPSocket API ###
deepikabhavnani 0:cf516d904427 2
deepikabhavnani 0:cf516d904427 3 UDP Example
deepikabhavnani 0:cf516d904427 4 This application reads the current UTC time by sending UDP packet to
deepikabhavnani 0:cf516d904427 5 "time.nist.gov" address at port 37.
deepikabhavnani 0:cf516d904427 6
deepikabhavnani 0:cf516d904427 7 **Note:** The current example is limited to the ethernet interface on supported
deepikabhavnani 0:cf516d904427 8 devices. To use the example with a different interface, you will need to modify
deepikabhavnani 0:cf516d904427 9 main.cpp and replace the EthernetInterface class with the appropriate interface.
deepikabhavnani 0:cf516d904427 10