Net::BitTorrent

BitTorrent peer-to-peer protocol class
Download

Net::BitTorrent Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Sanko Robinson
  • Publisher web site:
  • http://search.cpan.org/~sanko/

Net::BitTorrent Tags


Net::BitTorrent Description

BitTorrent peer-to-peer protocol class Net::BitTorrent is a Perl module based implementation of the BitTorrent Protocol for distributed data exchange.Synopsis use Net::BitTorrent; my $client = Net::BitTorrent->new(); $client->on_event( q, sub { my ($self, $args) = @_; printf(qq, $args->{q}, $args->{q}->infohash); } ); my $torrent = $client->add_torrent({Path => q}) or die q; $torrent->hashcheck; # Verify any existing data $client->do_one_loop() while 1; Requirements: · Perl


Net::BitTorrent Related Software