bittorrent alternatives and similar packages
Based on the "Networking" category.
Alternatively, view bittorrent alternatives based on common mentions on social networks and blogs.
-
call-haskell-from-anything
Call Haskell functions from any programming language via serialization and dynamic libraries -
PortFusion
Haskell-powered cross-platform transport-layer distributed reverse / forward proxy & tunneling solution – currently available for all TCP protocols (RDP, VNC, HTTP(S), SSH, ...). -
ngx-export
A comprehensive web framework aimed at building custom Haskell handlers for the Nginx Web Server
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of bittorrent or a related project?
README
BitTorrent
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
- Discussions: IRC #haskell-bittorrent at irc.freenode.net
- Bugs & issues: issue tracker
- Maintainer: [email protected]