![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
#include "lwip/apps/sntp.h"
#include "lwip/opt.h"
#include "lwip/lwip_timers.h"
#include "lwip/udp.h"
#include "lwip/dns.h"
#include "lwip/ip_addr.h"
#include "lwip/pbuf.h"
#include "lwip/dhcp.h"
#include <string.h>
#include <time.h>
Go to the source code of this file.
SNTP client module
This is simple "SNTP" client for the lwIP raw API. It is a minimal implementation of SNTPv4 as specified in RFC 4330.
For a list of some public NTP servers, see this link : http://support.ntp.org/bin/view/Servers/NTPPoolServers
Definition in file sntp.c.