What is a good open source BitTorrent library?

I am trying to make a BitTorrent client in C and I need a library. What is a good, widely used open source BitTorrent library for C? I found libbt , but the latest version was over a year and a half ago. I also tried GitHub but there was no C library.

Thanks in advance.

+3
source share
2 answers

I prefer libTorrent in my projects.

+3
source

Take a look at libtorrent-rasterbar . It is used by a streaming torrent client. I am not sure if the same libtorrent answers as in datenwolf.

+4
source

All Articles