A BitTorrent library implementation. It allows to read/write torrent files, transfer data files, query trackers and DHT. The library is still in active development and have some subsystems partially implemented.
For lastest released version and reference documentation see hackage page.
The protocol has many enchancements. This table keep track if a particular BEP is "todo", "in progress" or "complete":
The root directory layout is as follows:
- examples -- includes demo utilities to get started;
- src -- the library source tree;
- tests -- the library test suite;
- res -- torrents and data files used in test suite.
- sub -- subprojects and submodules used by the library and still in dev.
Some subdirectories includes README with futher explanations to get started.
- Discussions: IRC #haskell-bittorrent at irc.freenode.net
- Bugs & issues: issue tracker
- Maintainer: [email protected]