libtorrent

From LinuxReviews
Jump to navigationJump to search
libtorrent
Libtorrent-logo.png
Developer(s)Arvid Norberg
Initial releaseSeptember 2005; 16 years ago (2005-09)
Stable release
2.0[1] / September 6, 2020; 15 months ago (2020-09-06)
Repositorygithub.com/arvidn/libtorrent/
Written inC++
Available inEnglish
TypeBitTorrent library
LicenseBSD license
Websitelibtorrent.org

libtorrent (aka torrent-rasterbar) is a widely used free software BitTorrent protocol implementation written in lovely C++ by Swedish developer Arvid Norberg. It is used by free software BitTorrent clients such as qBittorrent and Deluge and many proprietary programs.

libtorrent is very efficient, all disk I/O is done asynchronously by a separate disk I/O thread which interacts with the network thread. It is also feature-rich. Distributed hash tables (DHT), PEX peer exhcnage, IPv6 and every other feature a BitTorrent client needs are available in the libtorrent library.

BitTorrent 2.0[edit]

libtorrent v2.0 supports the BitTorrent v2 protocol (defined in BEP 52). This, and other changes to the libtorrent library between 1.x and 2.0, means that applications using libtorrent need to change a lot of code in order to build against it. qBittorrent isn't there yet. The free software but only available for Windows Picotorrent BitTorrent client is now built against libtorrent 2.0.

Links[edit]

The website is at libtorrent.org. Arvid Norberg maintains a blog with mostly release announcements at blog.libtorrent.org.

The source code repository is at GitHub at github.com /arvidn/libtorrent/.

Footnotes[edit]


Add your comment
LinuxReviews welcomes all comments. If you do not want to be anonymous, register or log in. It is free.