Net::BitTorrent::LibBT::Tracker 0.018 review
Download
|
|
Net::BitTorrent::LibBT::Tracker is a Perl module to access a tracker running under libbttracker.
SYNOPSIS
use Net::BitTorrent::LibBT::Tracker;
my $tracker = Net::BitTorrent::LibBT::Tracker->new("/path/to/tracker");
print "Tracker has ", $tracker->num_peers, " peers.n";
The Net::BitTorrent::LibBT::Tracker module provides an interface to the libbttracker Hash and Peer databases and the statistics stored in shared memory.
Requirements:
Perl
Net::BitTorrent::LibBT::Tracker 0.018 keywords