File
tracker.rb
Path: ../lib/net/bittorrent/tracker.rb
Modified: Tue Sep 21 11:14:44 EDT 2004

NAME

BitTorrent Tracker module.

EXAMPLES

see ./test/net-bittorrent/tc_tracker.rb and ./lib/aversa/track.rb for now.

NOTES

Tracker’s Request/Response should extends HTTP’s Request/Response class.

Required files

net/bittorrent/utils net/bittorrent/metainfo net/bittorrent/bencoding
Classes and Modules

Module Net
  ::Module Net::BitTorrent
  ::  ::Module Net::BitTorrent::Tracker
  ::  ::  ::Class Net::BitTorrent::Tracker::Request
  ::  ::  ::Class Net::BitTorrent::Tracker::Response

Included modules

Net::BitTorrent::Utils