File: README

package info (click to toggle)
libnet-ntp-perl 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 100 kB
  • ctags: 14
  • sloc: perl: 235; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 780 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
27
28
29
30
31
32
33
34
35
36
37
38
Net::NTP
========

This module will allow you to send a packet to an NTP server, get 
a response back, and then parse out the results according to RFC1305 
and RFC2030.

There is a test script located in the eg directory for your use.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

    Time::HIRes
    IO::Socket
    Carp
    Exporter

COPYRIGHT AND LICENCE

Copyright 2009 by Ask Bjørn Hansen

Copyright 2004 by James G. Willmore

Special thanks to Ralf D. Kloth E<lt>ralf (at) qrq.de<gt> 
for the code to decode NTP packets.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.