标签: c++ windows p2p bittorrent
我正在寻找一个允许我的C ++应用程序(在Windows中运行)下载种子的库。但是,我不能在那里找到任何东西。
有人可以指出我正确的方向吗?
提前致谢。
答案 0 :(得分:8)
http://www.rasterbar.com/products/libtorrent/
它在Halite中使用,这是一个非常好的客户端:)
该库具有BSD许可证,似乎在很多客户端中使用:
http://www.rasterbar.com/products/libtorrent/projects.html
答案 1 :(得分:4)
Qt has an example: torrent client.