• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Net/H06-Sep-2015-470236

t/H06-Sep-2015-63

ChangesH A D06-Sep-2015944 2821

MANIFESTH A D06-Sep-2015220 98

META.jsonH A D06-Sep-2015900 4241

META.ymlH A D06-Sep-2015514 2322

Makefile.PLH A D01-Jan-2015521 2722

READMEH A D01-Jan-2015780 3925

README

1Net::NTP
2========
3
4This module will allow you to send a packet to an NTP server, get
5a response back, and then parse out the results according to RFC1305
6and RFC2030.
7
8There is a test script located in the eg directory for your use.
9
10INSTALLATION
11
12To install this module type the following:
13
14   perl Makefile.PL
15   make
16   make test
17   make install
18
19DEPENDENCIES
20
21This module requires these other modules and libraries:
22
23    Time::HIRes
24    IO::Socket
25    Carp
26    Exporter
27
28COPYRIGHT AND LICENCE
29
30Copyright 2009 by Ask Bjørn Hansen
31
32Copyright 2004 by James G. Willmore
33
34Special thanks to Ralf D. Kloth E<lt>ralf (at) qrq.de<gt>
35for the code to decode NTP packets.
36
37This library is free software; you can redistribute it and/or modify
38it under the same terms as Perl itself.
39