mod_bt - Making things better for seeders

Documentation



NAME

bttrack.pl - Sample scripe that uses LibBTT to run as a tracker.


SYNOPSIS

        bttrack.pl <data_directory> <port> [-master]


DESCRIPTION

bttrack.pl is an extremely simple BitTorrent tracker, written as an example on how to use Net::BitTorrent::LibBTT to run a tracker independant of another webserver.


bttrack.pl runs single-threaded, using HTTP::Daemon to read the requets, then passing them
off to Net::BitTorrent::LibBTT. It is bound to be slow. It is more for a programming
example than for actual use.


SEE ALSO

the Net::BitTorrent::LibBTT manpage, http://www.crackerjack.net/mod_bt/, http://perl.apache.org/