rqbit icon indicating copy to clipboard operation
rqbit copied to clipboard

A bittorrent client in Rust

Results 28 rqbit issues
Sort by recently updated
recently updated
newest added

I've got two questions about `rqbit` and its public API. I'm not interested in using the executable but would like to use the library directly (to use in another personal...

I ran into this same problem in my client https://github.com/anacrolix/torrent, there I solved by implementing the equivalent of a deserializer into bytes (essentially just type checks the bencode) (https://github.com/anacrolix/torrent/blob/master/metainfo/metainfo.go#L16). I...

The tauri generated .desktop file is not configured for any file types or protocols, with this file rqbit-desktop is going to be suggested for opening magnet links and .torrent files....

Hello 👋🏿 This PR is to add a Dockerfile to use with rqbit. I'm currently using it in a Raspberry pi 4 and in laptop. Things that need to improve...

Great work dude. It would be nice to have separate socks5 proxies for tracker requests and peers connections.

Entails checking the torrent's infodict for a "private" boolean, and disabling DHT/PEX for that torrent if the flag is set to true. If a private torrent lists multiple trackers, only...

Support for webtorrent (WebRTC Data Channels as underlying transport instead of uTP or TCP) as supported by many other clients to increase download speeds over most ISPs. https://github.com/webtorrent/webtorrent/issues/369 https://github.com/arvidn/libtorrent/pull/4123

Love this project! I think it's one of the best rust BT implementations :) Just wanted to see if there's interest in supporting [BEP 52](http://bittorrent.org/beps/bep_0052.html). The major improvement is using...

Hello, it would be really great if rqbit could be published as a docker image. I am willing to make a PR for this.