NAME
P2P::pDonkey::Meta - Perl extension for handling meta data of eDonkey peer2peer protocol.
SYNOPSIS
use P2P::pDonkey::Meta ':all';
my $d = makeFileInfo('baby.avi');
printInfo($d);
DESCRIPTION
The module provides functions and constants for creating, packing and unpacking meta data from packets of eDonkey peer2peer protocol.
EXPORT
None by default.
AUTHOR
Alexey Klimkin, <klimkin@mail.ru>
SEE ALSO
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/>