Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: README.md
- Revision:
 - 0:c2d94fad50a4
 
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Wed Sep 16 10:08:31 2020 +0000 @@ -0,0 +1,12 @@ + +Exercises for communications. Versions for +NXP FRDM K64F with not external hardware, +ST NUCLEO L476RG with IDW04A1 WLAN module, +ST NUCLEO L432KC with MOD WIFI ESP8266. +UDP message is used for getting a timestamp +from a NTP server. +Ethernet: https://os.mbed.com/docs/mbed-os/v6.2/apis/ethernet.html +WLAN WiFI: https://os.mbed.com/docs/mbed-os/v6.2/apis/wi-fi.html +A UDP Socket: UDPSocket.open(), UDPSocket.sendto(), UDPSocket.recvfrom() +Based on the OS6.2 API reference UDP Socket example. +https://os.mbed.com/teams/mbed_example/code/mbed-os-example-udp-sockets//file/cf516d904427/main.cpp/ \ No newline at end of file