NTP Client
.
Library
Import libraryNTPClient
NTP Client for the mbed networking libraries
Architecture
The NTP client is a simple UDP client that will update the mbed's RTC.
Includes
#include "NTPClient.h"
Reference
Examples
This example updates the RTC over a 3G connection.
Import programVodafoneUSBModemNTPClientTest
NTP Client Test with the Vodafone USB Modem library
This is the same example using Ethernet.
Import programNTPClient_HelloWorld
Simple example demonstrating how to use the NTP Client to set the time
Please log in to post comments.