Popularity
7.8
Growing
Activity
0.0
Stable
23
8
7

Monthly Downloads: 13
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Network    
Latest version: v0.0.0.3

bittorrent alternatives and similar packages

Based on the "Networking" category.
Alternatively, view bittorrent alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of bittorrent or a related project?

Add another 'Networking' Package

README

BitTorrent Build Status

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.

Status

The protocol has many enchancements. This table keep track if a particular BEP is "todo", "in progress" or "complete":

BEP # Title Status
3 The BitTorrent Protocol Specification [In progress][bep3-impl]
4 Known Number Allocations [In progress][bep4-impl]
5 DHT [In progress][bep5-impl]
6 Fast Extension [In progress][bep6-impl]
7 IPv6 Tracker Extension [In progress][bep7-impl]
9 Extension for Peers to Send Metadata Files [In progress][bep9-impl]
10 Extension protocol [In progress][bep10-impl]
12 Multitracker Metadata Extension [In progress][bep12-impl]
15 UDP Tracker Protocol for BitTorrent [In progress][bep15-impl]
20 Peer ID Conventions [Implemented][bep20-impl]
23 Tracker Return Compact Peer Lists [Implemented][bep23-impl]

Hacking

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.

Contacts