Net::NTP

Perl extension for decoding NTP server responses
Download

Net::NTP Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • James G. Willmore
  • Publisher web site:
  • http://search.cpan.org/~willmojg/

Net::NTP Tags


Net::NTP Description

Perl extension for decoding NTP server responses Net::NTP is a Perl extension for decoding NTP server responses.SYNOPSIS use Net::NTP; my %response = get_ntp_response();ABSTRACTAll this module does is send a packet to an NTP server and then decode the packet recieved into it's respective parts - as outlined in RFC1305 and RFC2030.This module exports a single method (get_ntp_response) and returns an associative array based upon RFC1305 and RFC2030. The response from the server is "humanized" to a point that further processing of th information recieved from the server can be manipulated. For example: timestamps are in epoch, so one could use the localtime function to produce an even more "human" representation of the timestamp. Requirements: · Perl


Net::NTP Related Software