]> Sergey Matveev's repositories - btrtrc.git/blob - cmd/btrtrc/README
Basic documentation
[btrtrc.git] / cmd / btrtrc / README
1 btrtrc -- better BitTorrent client
2
3 This is a fork of https://github.com/anacrolix/torrent BitTorrent
4 library with own cmd/btrtrc client implementation. Comparing to
5 cmd/torrent it has much less configuration options, mainly hardcoding
6 the most of them. Also it lacks various features like ability to select
7 the file to delete. But what advantages does it have?
8
9 * Ability to specify both IPv4 and IPv6 addresses to announce
10 * Ability to specify DHT bootstrap nodes
11 * Dynamic addition and removing of the torrents
12 * Much richer and nicer coloured status output
13 * Ability to calculate seed ratio, by remembering outgoing traffic amount
14 * Simpler piece completion database per each torrent in separate files
15 * Ability to sequentially create/verify torrent's piece completion database
16 * Optional commit disables any WebTorrent/WebRTC/WebSocket usage,
17   because those technologies suck
18
19 Look at USAGE file further.
20
21 btrtrc is free software: see the file LICENSE in the root of the
22 repository for copying conditions.