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

udp/ntp/ntptimestamp.h

Committer:
andrewboyson
Date:
2021-05-20
Revision:
200:5acbc41bf469
Parent:
124:6e558721ec1c

File content as of revision 200:5acbc41bf469:

#include <stdint.h>
#include "clktime.h"

extern uint64_t NtpTimeStampFromClkTime(clktime  tai);
extern clktime  NtpTimeStampToClkTime  (uint64_t timestamp);