Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.08 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.08 KB

NTP Server Library for Arduino

NtpServer is an Arduino library for implimenting an NTP Server disciplined by a GPS and or other timing unit. The libary can configure and read asynchronous TSIP primary and secondary timing packets.

Get Started


To download the source code via your favorite git shell or command line (ie: Git Bash, Git for Windows, etc.) just type:

git clone https://github.com/mgi2212/NtpServer.git
cd ./NtpServer/

Before you attempt to run the examples, please be sure to install the library using the standard Arduino library install procedure

Example Index


basic - Illustrates...

Contribute Code or Provide Feedback

If you would like to become an active contributor to this project please send a request.

If you encounter any bugs with the library please file an issue in the Issues section of the repository.

Learn More