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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ntpserver.h Source File

ntpserver.h

00001 #include "ntp.h"
00002 
00003 extern bool  NtpServerEnable;
00004 extern char* NtpServerName;
00005 extern int   NtpServerRequest(void (*traceback)(void), char* pPacketRx, char* pPacketTx);