ZOOM::IRSpy - Perl extension for discovering and analysing IR services


ZOOM-IRSpy documentation  | view source Contained in the ZOOM-IRSpy distribution.

Index


NAME

Top

ZOOM::IRSpy - Perl extension for discovering and analysing IR services

SYNOPSIS

Top

 use ZOOM::IRSpy;
 $spy = new ZOOM::IRSpy("target/string/for/irspy/database");
 $spy->targets(@targets);
 $spy->initialise("Main");
 $res = $spy->check();

DESCRIPTION

Top

This module exists to implement the IRspy program, which discovers, analyses and monitors IR servers implementing the Z39.50 and SRU/W protocols. It is a successor to the ZSpy program.

SEE ALSO

Top

ZOOM::IRSpy::Record, ZOOM::IRSpy::Web, ZOOM::IRSpy::Test, ZOOM::IRSpy::Maintenance.

The ZOOM-Perl module, http://search.cpan.org/~mirk/Net-Z3950-ZOOM/

The Zebra Database, http://indexdata.com/zebra/

AUTHOR

Top

Mike Taylor, <mike@indexdata.com>

COPYRIGHT AND LICENSE

Top


ZOOM-IRSpy documentation  | view source Contained in the ZOOM-IRSpy distribution.