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:
19:43c70b424fc1
Parent:
17:e475ab861365
Child:
20:23f2b29b48ea
--- a/udp/ntp.cpp	Mon Jun 26 15:24:06 2017 +0000
+++ b/udp/ntp.cpp	Mon Jun 26 15:42:06 2017 +0000
@@ -16,6 +16,7 @@
 int     (*NtpGetClockStratumFunction)();
 char*   (*NtpGetClockIdentFunction)  ();
 bool      NtpEnableServer = false;
+bool      NtpEnableClient = false;
 
 __packed struct header {
     unsigned Mode : 3;