K64F, use static IP, UDP broadcast

Committer:
stanly88
Date:
Tue Apr 02 07:12:05 2019 +0000
Revision:
1:8bbcb6a6ca18
Parent:
0:cf516d904427
K64F use static IP, broadcast UDP

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