| P2P-pDonkey documentation | view source | Contained in the P2P-pDonkey distribution. |
P2P::pDonkey::Meta - Perl extension for handling meta data of eDonkey peer2peer protocol.
use P2P::pDonkey::Meta ':all';
my $d = makeFileInfo('baby.avi');
printInfo($d);
The module provides functions and constants for creating, packing and unpacking meta data from packets of eDonkey peer2peer protocol.
None by default.
Alexey Klimkin, <klimkin@mail.ru>
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. |