diff --git a/docs/USAGE.RU.md b/docs/USAGE.RU.md index 2b243fb..80e4ab3 100644 --- a/docs/USAGE.RU.md +++ b/docs/USAGE.RU.md @@ -15,7 +15,7 @@ ### Настройка портов -[![Settings](img/settings.png)](https://github.com/DEgITx/rats-search) +[![Settings](img/settings_ports.png)](https://github.com/DEgITx/rats-search) Для корректной работы, необходимо чтобы были открыты порты 4445 и 4446 (или другие указанные в настройках). Должны быть открыты оба типа порта (UDP и TCP). На роутере порты обязательно должны быть проброшены через NAT (если таковой включен). В случае если ваш роутер поддерживает UPnP порты будут проброшены автоматически и, впринципе, делать ничего не нужно. @@ -27,7 +27,7 @@ ### Распределенный поиск -В случае найденных других клиентов ROTB о чем сигнализирует индикатор в нижней части +В случае найденных других клиентов ROTB о чем сигнализирует индикатор в верхней части [![A lot of torrents](img/peer.png)](https://github.com/DEgITx/rats-search) @@ -39,7 +39,7 @@ ### Настройка сканнера торрентов -[![Settings](img/settings.png)](https://github.com/DEgITx/rats-search) +[![Settings](img/settings_limits.png)](https://github.com/DEgITx/rats-search) В настройках есть 3 параметра отвечающих за настройку поиска торрентов в сети, каждый из них влияет на нагрузку приложения, скорость сбора торрентов, генерацию траффика а так же общую нагрузку на оборудование промежуточных узлов сети (роутера и т.п.) diff --git a/docs/USAGE.md b/docs/USAGE.md index ec64139..585b880 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -15,7 +15,7 @@ In the case when the collection of torrents does not occur, or is very slow (1-2 ### Port configuration -[![Settings](img/settings.png)](https://github.com/DEgITx/rats-search) +[![Settings](img/settings_ports.png)](https://github.com/DEgITx/rats-search) For correct operation, it is necessary that ports 4445 and 4446 (or others specified in the settings) are opened. Both types of ports (UDP and TCP) must be opened. On the router, the ports must necessarily be thrown through NAT (if enabled). In the case when router supports UPnP ports will be forwarded automatically. @@ -27,7 +27,7 @@ Over time, your database of torrents will naturally grow up, and you can search ### Distributed search -In the case of the other ROTB clients found, there will be indicator at the bottom +In the case of the other ROTB clients found, there will be indicator at the top [![A lot of torrents](img/peer.png)](https://github.com/DEgITx/rats-search) @@ -39,15 +39,15 @@ The results of search of other participants are marked with a separate color. ### Torrent scanner settings -[![Settings](img/settings.png)](https://github.com/DEgITx/rats-search) +[![Settings](img/settings_limits.png)](https://github.com/DEgITx/rats-search) In the settings there are 3 parameters responsible for configuring the search for torrents in the network, each of them affects the application load, the rate of collection of torrents, the generation of traffic, as well as the total load for equipping the intermediate nodes of the network (router, etc.) Recommended values: * Maximum fast search / high load: * Scanner walk speed: 5 - * Nodes usage: 0 (отключен = максимальное использование) - * Reduce netowork packages: 0 (отключено = неограниченно) + * Nodes usage: 0 (disabled = max usage) + * Reduce netowork packages: 0 (disabled = unlimited) * Average search speed / average load: * Scanner walk speed: 15 * Nodes usage: 100 diff --git a/docs/img/base_big.png b/docs/img/base_big.png index 1ed55ed..b9b2b2c 100644 Binary files a/docs/img/base_big.png and b/docs/img/base_big.png differ diff --git a/docs/img/first_torrent.png b/docs/img/first_torrent.png index e29cf89..57d5668 100644 Binary files a/docs/img/first_torrent.png and b/docs/img/first_torrent.png differ diff --git a/docs/img/main_no_torrents.png b/docs/img/main_no_torrents.png index b706232..6696a19 100644 Binary files a/docs/img/main_no_torrents.png and b/docs/img/main_no_torrents.png differ diff --git a/docs/img/peer.png b/docs/img/peer.png index d0084a4..ec0c0c2 100644 Binary files a/docs/img/peer.png and b/docs/img/peer.png differ diff --git a/docs/img/peers_search.png b/docs/img/peers_search.png index e221632..152d369 100644 Binary files a/docs/img/peers_search.png and b/docs/img/peers_search.png differ diff --git a/docs/img/settings.png b/docs/img/settings.png deleted file mode 100644 index 3718b72..0000000 Binary files a/docs/img/settings.png and /dev/null differ diff --git a/docs/img/settings_limits.png b/docs/img/settings_limits.png new file mode 100644 index 0000000..f8590f0 Binary files /dev/null and b/docs/img/settings_limits.png differ diff --git a/docs/img/settings_ports.png b/docs/img/settings_ports.png new file mode 100644 index 0000000..088c410 Binary files /dev/null and b/docs/img/settings_ports.png differ