P2P::pDonkey version 0.01
====================
pDonkey is the set of tools, written in perl, for manipulating
eDonkey peer2peer protocol. The main goal of project is to create
open source server for eDonkey network and to provide basic API
for eDonkey network protocol.
At the moment the set includes the following modules:
P2P::pDonkey::Meta
Functions for handling meta data of the protocol.
P2P::pDonkey::Packet
Functions for handling packets of the protocol.
P2P::pDonkey::Met
Functions for handling *.met files.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
Carp
Digest::MD4
File::Basename
File::Find
File::Glob
Socket
Tie::IxHash
Examples requires:
Data::Hexdumper
IO::Select
IO::Socket
POSIX
Sys::Hostname
COPYRIGHT AND LICENCE
Copyright (c) 2002 Alexey Klimkin <
[email protected]>.
All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.