Skip to content

digideskio/libtorrent

 
 

Repository files navigation

libtorrent

image

image

image

image

libtorrent is an open source C++ library implementing the BitTorrent protocol, along with most popular extensions, making it suitable for real world deployment. It is configurable to be able to fit both servers and embedded devices.

The main goals of libtorrent are to be efficient and easy to use.

See libtorrent.org for more detailed build and usage instructions.

To build with boost-build, make sure boost and boost-build is installed and run:

b2

In the libtorrent root. To build the examples, run b2 in the examples directory.

See building.html for more details on how to build and which configuration options are available. For python bindings, see the python docs.

About

an efficient feature complete C++ bittorrent implementation

Resources

License

Unknown, BSD-3-Clause licenses found

Licenses found

Unknown
LICENSE
BSD-3-Clause
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.5%
  • C 1.9%
  • M4 1.9%
  • Python 0.7%
  • Makefile 0.4%
  • Shell 0.4%
  • CMake 0.2%