forked from jhjaggars/arduino-ntp
-
Notifications
You must be signed in to change notification settings - Fork 0
machitza/arduino-ntp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
About
A simple ntp library for arduino
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 58.3%
- Processing 41.7%