Skip to content

astounding/net-ntp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Read time from NTP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%