5

I'm looking for a library which allows my C++ application (run in Windows) to download torrents. I can't, however, find any out there.

Can someone please point me in the right direction?

Thanks in advance.

skaffman
  • 398,947
  • 96
  • 818
  • 769
JonaGik
  • 1,533
  • 5
  • 24
  • 35

2 Answers2

8

http://www.rasterbar.com/products/libtorrent/

It is used in Halite, which is a pretty good client :)

The library has a BSD license, and seems to be used in quite a few clients:

http://www.rasterbar.com/products/libtorrent/projects.html

Merlyn Morgan-Graham
  • 58,163
  • 16
  • 128
  • 183
4

Qt has an example: torrent client.

Naszta
  • 7,560
  • 2
  • 33
  • 49