File: README.markdown

package info (click to toggle)
ruby-net-ntp 2.1.3-2~bpo10%2B1
  • links: PTS, VCS
  • area: main
  • in suites: buster-backports
  • size: 84 kB
  • sloc: ruby: 181; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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