mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 09:05:33 +00:00
add conception scheme
This commit is contained in:
parent
4274d99054
commit
51418bc325
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -6,12 +6,20 @@
|
|||
|
||||
SSD-friendly FS crawler for the [Aquatic](https://github.com/greatest-ape/aquatic) BitTorrent tracker, based on the [librqbit](https://github.com/ikatson/rqbit/tree/main/crates/librqbit) API
|
||||
|
||||
> [!TIP]
|
||||
> [!NOTE]
|
||||
> * requires PR#233 or the [info-hash-api](https://github.com/YGGverse/aquatic/tree/info-hash-api) branch implementation
|
||||
> * compatible with any other `--infohash` source in `hash1hash2...` binary format (see the [Online API](https://github.com/YGGverse/aquatic-crawler/wiki/Online-API))
|
||||
> * use [βtracker](https://github.com/YGGverse/btracker/) for the frontend
|
||||
> * see the project [Wiki](https://github.com/YGGverse/aquatic-crawler/wiki) for details
|
||||
|
||||
## Conception
|
||||
|
||||
```
|
||||
torrent client > aquatic_udp > infohash.bin < aquatic-crawler > * /preload/info-hash.torrent
|
||||
torrent client <-----------------------| * /preload/info-hash/data
|
||||
<-------------------------------------| * /preload/.info-hash/tmp
|
||||
```
|
||||
|
||||
## Install
|
||||
|
||||
> [!NOTE]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue