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:
139:1f3641abc07f
Parent:
138:5ff0c7069300
Child:
160:6a1d1d368f80
--- a/udp/ntp/ntpclient.h	Sun Apr 07 18:36:42 2019 +0000
+++ b/udp/ntp/ntpclient.h	Mon Apr 08 10:53:19 2019 +0000
@@ -10,6 +10,8 @@
 extern int32_t  NtpClientReplyMaxDelayMs;
 extern void     NtpClientReply(void (*traceback)(void), char* pPacket);
 
+extern uint64_t NtpClientQueryTime;
+
 extern char     NtpClientQueryServerName[];
 extern int      NtpClientQueryInitialInterval;
 extern int      NtpClientQueryNormalInterval;