Project

net-ntp

5.67
No release in over 3 years
Low commit activity in last 3 years
This project was a rubyfied version of perl's Net::NTP module, (C) 2004 by James G. Willmore. It provides a method to query an NTP server as specified in RFC1305 and RFC2030. Updated and re-released in 2010 by Zencoder.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

net-ntp

Originally by Jerome Waibel in 2007
http://rubyforge.org/projects/net-ntp/

Revised by Zencoder in 2010
http://github.com/zencoder/net-ntp

DESCRIPTION

Began as a 'Rubyfied' version of perl's Net::NTP module, (C) 2004 by James G. Willmore. Refactored and re-released in 2010 by Zencoder.

SYNOPSIS

require 'net/ntp'

Net::NTP.get("us.pool.ntp.org") # => a Net::NTP::Response object
Net::NTP.get.time               # => A Time object

INSTALL

gem install net-ntp