K64F, use static IP, UDP broadcast

README.md

Committer:
stanly88
Date:
2019-04-02
Revision:
1:8bbcb6a6ca18
Parent:
0:cf516d904427

File content as of revision 1:8bbcb6a6ca18:

### 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.