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:
2019-02-22
Revision:
124:6e558721ec1c

File content as of revision 124:6e558721ec1c:

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

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