This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Jesse Jaggars (author)
Mon Apr 06 21:10:32 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Apr 06 20:21:29 -0700 2009 | |
| |
NTP.cpp | Sun Apr 05 21:19:17 -0700 2009 | |
| |
NTP.h | Sun Apr 05 21:19:17 -0700 2009 | |
| |
README | Sun Apr 05 18:57:04 -0700 2009 | |
| |
examples/ | Mon Apr 06 21:10:32 -0700 2009 | |
| |
keywords.txt | Sun Apr 05 18:57:04 -0700 2009 |
README
This library makes it easy to fetch a timestamp from an NTP timeserver. In order to use this library you will need the UDP libraries from: http://bitbucket.org/bjoern/arduino_osc/ You will also need to modify the library to allow enough space in the buffers for the NTP packets. Open up UdpBytewise.h and change these lines: #define UDP_TX_PACKET_MAX_SIZE 32 #define UDP_RX_PACKET_MAX_SIZE 32 to this: #define UDP_TX_PACKET_MAX_SIZE 64 #define UDP_RX_PACKET_MAX_SIZE 64







