A stack which works with or without an Mbed os library. Provides IPv4 or IPv6 with a full 1500 byte buffer.

Dependents:   oldheating gps motorhome heating

Revision:
68:e8c002e5ee4b
Parent:
61:aad055f1b0d1
Child:
69:6b3c648e1452
--- a/udp/ntp.c	Sat Jan 27 12:17:46 2018 +0000
+++ b/udp/ntp.c	Wed Jan 31 08:00:27 2018 +0000
@@ -30,6 +30,7 @@
 uint32_t   NtpServerIp4;
 char       NtpServerIp6[16];
 bool       NtpClientRequest = false;
+bool       NtpClientTrace   = false;
 char       NtpServerName[DNS_MAX_LABEL_LENGTH+1];
 void     (*NtpSetClockFunction)       (uint64_t ori, uint64_t rec);