Skip to content

neheb/libtorrent

Repository files navigation

LibTorrent

LICENSE

 GNU GPL, see COPYING. "usr/utils/sha_fast.{cc,h}" is originally from
the Mozilla NSS and is under a triple license; MPL, LGPL and GPL.

CONTACT

 Send bug reports, suggestions and patches to <[email protected]> or
to the mailinglist.

LIBRARY DEPENDENCIES

  libsigc++ 2.0 (deb: libsigc++-2.0-dev)
  g++ >= 3.3

CLIENT DEPENDENCIES

  libcurl       (deb: libcurl3-dev)
  ncurses       (deb: libncurses5-dev)

SIGC++

 The API will use sigc++ signals to give the client a simple, yet
powerful way of reacting to events from the library. The client can
hook multiple slots on each signal and modify the parameters to suit
the functions. This avoids lots of unnecessary code in the client.

About

libTorrent BitTorrent library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.2%
  • M4 3.8%
  • Makefile 0.8%
  • Objective-C 0.2%
  • Shell 0.0%
  • C 0.0%