https://github.com/corasaurus-hex/net-ntp-rb
NTP library for ruby.
https://github.com/corasaurus-hex/net-ntp-rb
ntp ntp-client ruby
Last synced: 9 months ago
JSON representation
NTP library for ruby.
- Host: GitHub
- URL: https://github.com/corasaurus-hex/net-ntp-rb
- Owner: corasaurus-hex
- License: mit
- Created: 2022-04-29T21:57:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-30T04:56:28.000Z (about 4 years ago)
- Last Synced: 2025-01-18T22:28:21.025Z (over 1 year ago)
- Topics: ntp, ntp-client, ruby
- Language: Ruby
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this 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