bee

Documentation for the Tcllib package can be found at http://tcllib.sourceforge.net/doc/bee.html

This package is a part of the Tcllib distribution.


BitTorrent serialization encoder/decoder.

BitTorrent uses the b-encoding for its messages and tracker files. This module provides code to

  • generate b-encoded strings, and to
  • extract values from a b-encoded string

This package does not implement the BitTorrent protocol itself.