P2P::pDonkey::Meta - Perl extension for handling meta data of eDonkey


P2P-pDonkey documentation  | view source Contained in the P2P-pDonkey distribution.

Index


NAME

Top

P2P::pDonkey::Meta - Perl extension for handling meta data of eDonkey peer2peer protocol.

SYNOPSIS

Top

  use P2P::pDonkey::Meta ':all';
  my $d = makeFileInfo('baby.avi');
  printInfo($d);

DESCRIPTION

Top

The module provides functions and constants for creating, packing and unpacking meta data from packets of eDonkey peer2peer protocol.

EXPORT

None by default.

AUTHOR

Top

Alexey Klimkin, <klimkin@mail.ru>

SEE ALSO

Top

perl.

eDonkey home:

    <http://www.edonkey2000.com/>

Basic protocol information:

    <http://hitech.dk/donkeyprotocol.html>

    <http://www.schrevel.com/edonkey/>

Client stuff:

    <http://www.emule-project.net/>

    <http://www.nongnu.org/mldonkey/>

Server stuff:

    <http://www.thedonkeynetwork.com/>


P2P-pDonkey documentation  | view source Contained in the P2P-pDonkey distribution.