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:
124:6e558721ec1c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/udp/ntp/ntptimestamp.h	Fri Feb 22 08:41:47 2019 +0000
@@ -0,0 +1,5 @@
+#include <stdint.h>
+#include "clktime.h"
+
+extern uint64_t NtpTimeStampFromClkTime(clktime  tai);
+extern clktime  NtpTimeStampToClkTime  (uint64_t timestamp);