mirror of
https://github.com/markqvist/unsignedio
synced 2026-08-12 17:40:37 -04:00
Updated build
This commit is contained in:
commit
663dc8fe7c
32585 changed files with 285364 additions and 0 deletions
39
docs/rnode_bootstrap_console/r/connect.html
Normal file
39
docs/rnode_bootstrap_console/r/connect.html
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./connect_de.html">Deutsch</a> | <a href="./connect.html">English</a> | <a href="./connect_pl.html">Polski</a> | <a href="./connect_pt-br.html">Português</a></div><div class="top_menu"><a href="index.html">Reticulum</a> | <a href="start.html">Start</a> | <a href="hardware.html">Hardware</a> | <a href="connect.html">Testnet</a> | <a href="docs.html">Manual</a> | <a href="crypto.html">Crypto</a> | <a href="credits.html">Credits</a> | <a href="https://github.com/markqvist/reticulum">Source</a> | <a href="donate.html">Donate</a></div></center></p>
|
||||
<h1>Public Testnet</h1>
|
||||
<p>If you just want to get started experimenting without building any physical networks, you are welcome to join the Public Reticulum Testnet. The testnet is just that, an informal network for testing and experimenting. It will be up most of the time, and anyone can join, but it also means that there's no guarantees for service availability.</p>
|
||||
<p>The testnet runs the very latest version of Reticulum (often even a short while before it is publicly released). Sometimes experimental versions of Reticulum might be deployed to nodes on the testnet, which means strange behaviour can occur. If none of that scares you, you can join the testnet via either TCP or I2P.</p>
|
||||
<p>Just add one of the following interfaces to your Reticulum configuration file:</p>
|
||||
<pre><code># TCP/IP interface to the Dublin Hub
|
||||
[[RNS Testnet Dublin]]
|
||||
type = TCPClientInterface
|
||||
enabled = yes
|
||||
target_host = dublin.connect.reticulum.network
|
||||
target_port = 4965
|
||||
|
||||
# TCP/IP interface to the BetweenTheBorders Hub (community-provided)
|
||||
[[RNS Testnet BetweenTheBorders]]
|
||||
type = TCPClientInterface
|
||||
enabled = yes
|
||||
target_host = betweentheborders.com
|
||||
target_port = 4242
|
||||
|
||||
# Interface to I2P Hub A
|
||||
[[RNS Testnet I2P Hub A]]
|
||||
type = I2PInterface
|
||||
enabled = yes
|
||||
peers = mrwqlsioq4hoo2lmeeud7dkfscnm7yxak7dmiyvsrnpfag3z5tsq.b32.i2p
|
||||
</code></pre>
|
||||
<p>The testnet also contains a number of <a href="https://github.com/markqvist/nomadnet">Nomad Network</a> nodes, and <a href="https://github.com/markqvist/lxmf">LXMF</a> propagation nodes.</p>
|
||||
<p align="right"><a href="docs.html">Next Topic: Read The Manual</a></p>
|
||||
</body>
|
||||
</html>
|
||||
40
docs/rnode_bootstrap_console/r/connect_de.html
Normal file
40
docs/rnode_bootstrap_console/r/connect_de.html
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./connect_de.html">Deutsch</a> | <a href="./connect.html">English</a> | <a href="./connect_pl.html">Polski</a> | <a href="./connect_pt-br.html">Português</a></div><div class="top_menu"><a href="index_de.html">Reticulum</a> | <a href="start_de.html">Los Geht's</a> | <a href="hardware_de.html">Hardware</a> | <a href="connect_de.html">Testnetz</a> | <a href="docs_de.html">Handbuch</a> | <a href="crypto_de.html">Krypto</a> | <a href="credits_de.html">Credits</a> | <a href="https://github.com/markqvist/reticulum">Quellcode</a> | <a href="donate_de.html">Unterstützen</a></div></center></p>
|
||||
<h1>Öffentliches Testnetz</h1>
|
||||
<p>Wenn Sie einfach nur experimentieren wollen, ohne ein physisches Netzwerk aufzubauen, können Sie sich gerne dem öffentlichen Reticulum Testnet anschließen. Das Testnetz ist genau das: ein informelles Netzwerk zum Testen und Experimentieren. Es wird die meiste Zeit verfügbar sein, und jeder kann mitmachen, aber das bedeutet auch, dass es keine Garantien für die Verfügbarkeit der Dienste gibt.</p>
|
||||
<p>Auf dem Testnetz läuft die allerneueste Version von Reticulum (oft sogar kurz vor der öffentlichen Freigabe). Manchmal werden experimentelle Versionen von Reticulum auf Knoten im Testnetz eingesetzt, was bedeutet, dass seltsames Verhalten auftreten kann.
|
||||
Wenn Sie das alles nicht abschreckt, können Sie dem Testnetz über TCP oder I2P beitreten.</p>
|
||||
<p>Fügen Sie einfach eine der folgenden Schnittstellen in Ihre Reticulum-Konfigurationsdatei ein:</p>
|
||||
<pre><code># TCP/IP interface to the Dublin Hub
|
||||
[[RNS Testnet Dublin]]
|
||||
type = TCPClientInterface
|
||||
enabled = yes
|
||||
target_host = dublin.connect.reticulum.network
|
||||
target_port = 4965
|
||||
|
||||
# TCP/IP interface to the BetweenTheBorders Hub (community-provided)
|
||||
[[RNS Testnet BetweenTheBorders]]
|
||||
type = TCPClientInterface
|
||||
enabled = yes
|
||||
target_host = betweentheborders.com
|
||||
target_port = 4242
|
||||
|
||||
# Interface to I2P Hub A
|
||||
[[RNS Testnet I2P Hub A]]
|
||||
type = I2PInterface
|
||||
enabled = yes
|
||||
peers = mrwqlsioq4hoo2lmeeud7dkfscnm7yxak7dmiyvsrnpfag3z5tsq.b32.i2p
|
||||
</code></pre>
|
||||
<p>Das Testnetz enthält auch eine Reihe von <a href="https://github.com/markqvist/nomadnet">Nomad Network</a>-Knoten und <a href="https://github.com/markqvist/lxmf">LXMF</a>-Propagationsknoten, Sowie <a href="https://github.com/markqvist/Sideband">Sideband</a> Peers, welche untereinander erreichbar sind.</p>
|
||||
<p align="right"><a href="docs_de.html">Nächstes Thema: Lesen Sie das Handbuch</a></p>
|
||||
</body>
|
||||
</html>
|
||||
39
docs/rnode_bootstrap_console/r/connect_pl.html
Normal file
39
docs/rnode_bootstrap_console/r/connect_pl.html
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./connect_de.html">Deutsch</a> | <a href="./connect.html">English</a> | <a href="./connect_pl.html">Polski</a> | <a href="./connect_pt-br.html">Português</a></div><div class="top_menu"><a href="index_pl.html">Reticulum</a> | <a href="start_pl.html">Jak Zacząć</a> | <a href="hardware_pl.html">Hardware</a> | <a href="connect_pl.html">Testnet</a> | <a href="docs_pl.html">Podręcznik</a> | <a href="crypto_pl.html">Krypto</a> | <a href="credits_pl.html">Zasługi</a> | <a href="https://github.com/markqvist/reticulum">Kod Źródłowy</a> | <a href="donate_pl.html">Darowizna</a></div></center></p>
|
||||
<h1>Publiczny Testnet</h1>
|
||||
<p>Jeśli chcesz po prostu zacząć eksperymentować bez budowania fizycznych sieci, zachęcam do przyłączenia się do Publicznego Testnetu Reticulum. Testnet to po prostu nieformalna sieć do testowania i eksperymentowania. Będzie działać przez większość czasu i każdy może do niej dołączyć, ale oznacza to również, że nie ma gwarancji dostępności usług.</p>
|
||||
<p>W sieci testowej działa najnowsza wersja Reticulum (często nawet krótko przed jej publicznym udostępnieniem). Czasami eksperymentalne wersje Reticulum mogą zostać wdrożone do węzłów w sieci testowej, co oznacza, że mogą wystąpić dziwne zachowania. Jeśli Ciebie to nie przeraża, możesz dołączyć do sieci testowej przez TCP lub I2P.</p>
|
||||
<p>Dodaj jeden z następujących interfejsów do pliku konfiguracyjnego Reticulum:</p>
|
||||
<pre><code># TCP/IP interface to the Dublin Hub
|
||||
[[RNS Testnet Dublin]]
|
||||
type = TCPClientInterface
|
||||
enabled = yes
|
||||
target_host = dublin.connect.reticulum.network
|
||||
target_port = 4965
|
||||
|
||||
# TCP/IP interface to the BetweenTheBorders Hub (community-provided)
|
||||
[[RNS Testnet BetweenTheBorders]]
|
||||
type = TCPClientInterface
|
||||
enabled = yes
|
||||
target_host = betweentheborders.com
|
||||
target_port = 4242
|
||||
|
||||
# Interface to I2P Hub A
|
||||
[[RNS Testnet I2P Hub A]]
|
||||
type = I2PInterface
|
||||
enabled = yes
|
||||
peers = mrwqlsioq4hoo2lmeeud7dkfscnm7yxak7dmiyvsrnpfag3z5tsq.b32.i2p
|
||||
</code></pre>
|
||||
<p>Testnet zawiera również liczne węzły <a href="https://github.com/markqvist/nomadnet">Nomad Network</a>, i węzły propagacyjne <a href="https://github.com/markqvist/lxmf">LXMF</a>.</p>
|
||||
<p align="right"><a href="docs_pl.html">Następny Temat: Przeczytaj Podręcznik</a></p>
|
||||
</body>
|
||||
</html>
|
||||
40
docs/rnode_bootstrap_console/r/connect_pt-br.html
Normal file
40
docs/rnode_bootstrap_console/r/connect_pt-br.html
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./connect_de.html">Deutsch</a> | <a href="./connect.html">English</a> | <a href="./connect_pl.html">Polski</a> | <a href="./connect_pt-br.html">Português</a></div><div class="top_menu"><a href="index_pt-br.html">Reticulum</a> | <a href="start_pt-br.html">Começar</a> | <a href="hardware_pt-br.html">Hardware</a> | <a href="connect_pt-br.html">Rede de Teste</a> | <a href="docs_pt-br.html">Manual</a> | <a href="crypto_pt-br.html">Cripto</a> | <a href="credits_pt-br.html">Créditos</a> | <a href="https://github.com/markqvist/reticulum">Código</a> | <a href="donate_pt-br.html">Ajude</a></div></center></p>
|
||||
<h1>Rede de Teste Pública</h1>
|
||||
<p>Se você quiser experimentar sem criar nenhuma rede física, você é bem-vindo para entrar na Rede de Teste Pública Reticulum. A rede de teste é apenas isso, uma rede informal para teste e experimentação. Estará online na maior parte do tempo e qualquer um pode entrar, mas isso também significa que não há garantia da disponibilidade do serviço.</p>
|
||||
<p>A rede de teste executa a última versão do Reticulum (muitas vezes antes da versão ser publicamente lançada).
|
||||
Algumas vezes versões experimentais do Reticulum podem ser utilizada em nós da rede de teste, que pode causar instabilidade. Se nada disso importa para você, você pode entrar na rede de teste via TCP ou I2P.</p>
|
||||
<p>Adicione uma das seguintes interfaces no arquivo de configuração do seu Reticulum:</p>
|
||||
<pre><code># Interface TCP/IP para o Dublin Hub
|
||||
[[RNS Testnet Dublin]]
|
||||
type = TCPClientInterface
|
||||
enabled = yes
|
||||
target_host = dublin.connect.reticulum.network
|
||||
target_port = 4965
|
||||
|
||||
# Interface TCP/IP para o BetweenTheBorders Hub
|
||||
[[RNS Testnet BetweenTheBorders]]
|
||||
type = TCPClientInterface
|
||||
enabled = yes
|
||||
target_host = betweentheborders.com
|
||||
target_port = 4242
|
||||
|
||||
# Interface para o I2P Hub A
|
||||
[[RNS Testnet I2P Hub A]]
|
||||
type = I2PInterface
|
||||
enabled = yes
|
||||
peers = mrwqlsioq4hoo2lmeeud7dkfscnm7yxak7dmiyvsrnpfag3z5tsq.b32.i2p
|
||||
</code></pre>
|
||||
<p>A rede de teste também contém o número de nós da <a href="https://github.com/markqvist/nomadnet">Nomad Network</a> e nós de propagação <a href="https://github.com/markqvist/lxmf">LXMF</a>.</p>
|
||||
<p align="right"><a href="docs_pt-br.html">Próxima Página: Leia o Manual</a></p>
|
||||
</body>
|
||||
</html>
|
||||
35
docs/rnode_bootstrap_console/r/credits.html
Normal file
35
docs/rnode_bootstrap_console/r/credits.html
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./credits_de.html">Deutsch</a> | <a href="./credits.html">English</a> | <a href="./credits_pl.html">Polski</a> | <a href="./credits_pt-br.html">Português</a></div><div class="top_menu"><a href="index.html">Reticulum</a> | <a href="start.html">Start</a> | <a href="hardware.html">Hardware</a> | <a href="connect.html">Testnet</a> | <a href="docs.html">Manual</a> | <a href="crypto.html">Crypto</a> | <a href="credits.html">Credits</a> | <a href="https://github.com/markqvist/reticulum">Source</a> | <a href="donate.html">Donate</a></div></center></p>
|
||||
<h1>Acknowledgements & Credits</h1>
|
||||
<p>Reticulum can only exist because of the mountain of Open Source work it was built on top of, the contributions of everyone involved, and everyone that has supported the project through the years. To everyone who has helped, thank you so much.</p>
|
||||
<p>A number of other modules and projects are either part of, or used by Reticulum. Sincere thanks to the authors and contributors of the following projects:</p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/pyca/cryptography">PyCA/cryptography</a>, <em>BSD License</em></li>
|
||||
<li><a href="https://github.com/warner/python-pure25519">Pure-25519</a> by <a href="https://github.com/warner">Brian Warner</a>, <em>MIT License</em></li>
|
||||
<li><a href="https://github.com/thomdixon/pysha2">Pysha2</a> by <a href="https://github.com/thomdixon">Thom Dixon</a>, <em>MIT License</em></li>
|
||||
<li><a href="https://github.com/orgurar/python-aes">Python-AES</a> by <a href="https://github.com/orgurar">Or Gur Arie</a>, <em>MIT License</em></li>
|
||||
<li><a href="https://gist.github.com/nickovs/cc3c22d15f239a2640c185035c06f8a3#file-curve25519-py">Curve25519.py</a> by <a href="https://gist.github.com/nickovs">Nicko van Someren</a>, <em>Public Domain</em></li>
|
||||
<li><a href="https://github.com/l-n-s/i2plib">I2Plib</a> by <a href="https://github.com/l-n-s">Viktor Villainov</a></li>
|
||||
<li><a href="https://github.com/pyserial/pyserial">PySerial</a> by Chris Liechti, <em>BSD License</em></li>
|
||||
<li><a href="https://github.com/al45tair/netifaces">Netifaces</a> by <a href="https://github.com/al45tair">Alastair Houghton</a>, <em>MIT License</em></li>
|
||||
<li><a href="https://github.com/DiffSK/configobj">Configobj</a> by Michael Foord, Nicola Larosa, Rob Dennis & Eli Courtwright, <em>BSD License</em></li>
|
||||
<li><a href="https://github.com/benjaminp/six">Six</a> by <a href="https://github.com/benjaminp">Benjamin Peterson</a>, <em>MIT License</em></li>
|
||||
<li><a href="https://github.com/vsergeev/u-msgpack-python">Umsgpack.py</a> by <a href="https://github.com/vsergeev">Ivan A. Sergeev</a></li>
|
||||
<li><a href="https://www.python.org">Python</a></li>
|
||||
</ul>
|
||||
<p>The protocol design and reference implementation for Reticulum was carried out between 2014 and 2022 by Mark Qvist.</p>
|
||||
<p>The <a href="https://github.com/markqvist/reticulum">Python reference implementation of Reticulum</a> and this website is licensed under the <a href="license.html">MIT License</a>. Please <a href="donate.html">donate</a> to support the continued development.</p>
|
||||
<hr />
|
||||
<p><center>The Reticulum Protocol is the shared property of all people,<br/>I contribute it to the public domain.<br/><br/>Dedicated with hope and belief in the future<br/>freedom and prosperity of all,<br/>on Earth and beyond.<br/><br/>Thank You</center></p>
|
||||
<hr />
|
||||
</body>
|
||||
</html>
|
||||
35
docs/rnode_bootstrap_console/r/credits_de.html
Normal file
35
docs/rnode_bootstrap_console/r/credits_de.html
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./credits_de.html">Deutsch</a> | <a href="./credits.html">English</a> | <a href="./credits_pl.html">Polski</a> | <a href="./credits_pt-br.html">Português</a></div><div class="top_menu"><a href="index_de.html">Reticulum</a> | <a href="start_de.html">Los Geht's</a> | <a href="hardware_de.html">Hardware</a> | <a href="connect_de.html">Testnetz</a> | <a href="docs_de.html">Handbuch</a> | <a href="crypto_de.html">Krypto</a> | <a href="credits_de.html">Credits</a> | <a href="https://github.com/markqvist/reticulum">Quellcode</a> | <a href="donate_de.html">Unterstützen</a></div></center></p>
|
||||
<h1>Danksagungen & Credits</h1>
|
||||
<p>Reticulum kann nur existieren, weil es auf einem Berg von Open-Source-Arbeiten aufbaut, weil alle Beteiligten dazu beigetragen haben und weil alle, die das Projekt über die Jahre hinweg unterstützt haben. Vielen Dank an alle, die geholfen haben.</p>
|
||||
<p>Eine Reihe anderer Module und Projekte sind entweder Teil von Reticulum oder werden von Reticulum verwendet. Ein herzliches Dankeschön an die Autoren und Mitwirkenden der folgenden Projekte:</p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/pyca/cryptography">PyCA/cryptography</a>, <em>BSD License</em></li>
|
||||
<li><a href="https://github.com/warner/python-pure25519">Pure-25519</a> by <a href="https://github.com/warner">Brian Warner</a>, <em>MIT License</em></li>
|
||||
<li><a href="https://github.com/thomdixon/pysha2">Pysha2</a> by <a href="https://github.com/thomdixon">Thom Dixon</a>, <em>MIT License</em></li>
|
||||
<li><a href="https://github.com/orgurar/python-aes">Python-AES</a> by <a href="https://github.com/orgurar">Or Gur Arie</a>, <em>MIT License</em></li>
|
||||
<li><a href="https://gist.github.com/nickovs/cc3c22d15f239a2640c185035c06f8a3#file-curve25519-py">Curve25519.py</a> by <a href="https://gist.github.com/nickovs">Nicko van Someren</a>, <em>Public Domain</em></li>
|
||||
<li><a href="https://github.com/l-n-s/i2plib">I2Plib</a> by <a href="https://github.com/l-n-s">Viktor Villainov</a></li>
|
||||
<li><a href="https://github.com/pyserial/pyserial">PySerial</a> by Chris Liechti, <em>BSD License</em></li>
|
||||
<li><a href="https://github.com/al45tair/netifaces">Netifaces</a> by <a href="https://github.com/al45tair">Alastair Houghton</a>, <em>MIT License</em></li>
|
||||
<li><a href="https://github.com/DiffSK/configobj">Configobj</a> by Michael Foord, Nicola Larosa, Rob Dennis & Eli Courtwright, <em>BSD License</em></li>
|
||||
<li><a href="https://github.com/benjaminp/six">Six</a> by <a href="https://github.com/benjaminp">Benjamin Peterson</a>, <em>MIT License</em></li>
|
||||
<li><a href="https://github.com/vsergeev/u-msgpack-python">Umsgpack.py</a> by <a href="https://github.com/vsergeev">Ivan A. Sergeev</a></li>
|
||||
<li><a href="https://www.python.org">Python</a></li>
|
||||
</ul>
|
||||
<p>Das Protokolldesign und die Referenzimplementierung für Reticulum wurden zwischen 2014 und 2022 von Mark Qvist durchgeführt.</p>
|
||||
<p>Die <a href="https://github.com/markqvist/reticulum">Python Referenzimplementierung von Reticulum</a> und diese Website ist lizenziert unter der <a href="license.html">MIT License</a>. Bitte <a href="donate_de.html">Spenden</a> sie zur Unterstützung der weiteren Entwicklung.</p>
|
||||
<hr />
|
||||
<p><center>Das Reticulum Protokoll ist das gemeinsame Eigentum aller Menschen,<br/>Ich stelle es der Öffentlichkeit zur Verfügung.<br/><br/>Engagiert mit Hoffnung und Glauben an die Zukunft<br/>Freiheit und Wohlstand für alle,<br/>auf der Erde und darüber hinaus.<br/><br/>Dankeschön</center></p>
|
||||
<hr />
|
||||
</body>
|
||||
</html>
|
||||
35
docs/rnode_bootstrap_console/r/credits_pl.html
Normal file
35
docs/rnode_bootstrap_console/r/credits_pl.html
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./credits_de.html">Deutsch</a> | <a href="./credits.html">English</a> | <a href="./credits_pl.html">Polski</a> | <a href="./credits_pt-br.html">Português</a></div><div class="top_menu"><a href="index_pl.html">Reticulum</a> | <a href="start_pl.html">Jak Zacząć</a> | <a href="hardware_pl.html">Hardware</a> | <a href="connect_pl.html">Testnet</a> | <a href="docs_pl.html">Podręcznik</a> | <a href="crypto_pl.html">Krypto</a> | <a href="credits_pl.html">Zasługi</a> | <a href="https://github.com/markqvist/reticulum">Kod Źródłowy</a> | <a href="donate_pl.html">Darowizna</a></div></center></p>
|
||||
<h1>Podziękowania & Zasługi</h1>
|
||||
<p>Reticulum może istnieć tylko dzięki górze pracy Open Source, na której zostało zbudowane, dzięki wkładowi wszystkich zaangażowanych osób i wszystkich, którzy wspierali projekt przez lata. Wszystkim, którzy pomogli, bardzo dziękuję.</p>
|
||||
<p>Wiele innych modułów i projektów jest częścią lub jest wykorzystywanych przez Reticulum. Szczere podziękowania dla autorów i współtwórców następujących projektów:</p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/pyca/cryptography">PyCA/cryptography</a>, <em>Licencja BSD</em></li>
|
||||
<li><a href="https://github.com/warner/python-pure25519">Pure-25519</a> przez <a href="https://github.com/warner">Brian Warner</a>, <em>Licencja MIT</em></li>
|
||||
<li><a href="https://github.com/thomdixon/pysha2">Pysha2</a> przez <a href="https://github.com/thomdixon">Thom Dixon</a>, <em>Licencja MIT</em></li>
|
||||
<li><a href="https://github.com/orgurar/python-aes">Python-AES</a> przez <a href="https://github.com/orgurar">Or Gur Arie</a>, <em>Licencja MIT</em></li>
|
||||
<li><a href="https://gist.github.com/nickovs/cc3c22d15f239a2640c185035c06f8a3#file-curve25519-py">Curve25519.py</a> przez <a href="https://gist.github.com/nickovs">Nicko van Someren</a>, <em>Domena Publiczna</em></li>
|
||||
<li><a href="https://github.com/l-n-s/i2plib">I2Plib</a> przez <a href="https://github.com/l-n-s">Viktor Villainov</a></li>
|
||||
<li><a href="https://github.com/pyserial/pyserial">PySerial</a> przez Chris Liechti, <em>Licencja BSD</em></li>
|
||||
<li><a href="https://github.com/al45tair/netifaces">Netifaces</a> przez <a href="https://github.com/al45tair">Alastair Houghton</a>, <em>Licencja MIT</em></li>
|
||||
<li><a href="https://github.com/DiffSK/configobj">Configobj</a> przez Michael Foord, Nicola Larosa, Rob Dennis & Eli Courtwright, <em>Licencja BSD</em></li>
|
||||
<li><a href="https://github.com/benjaminp/six">Six</a> przez <a href="https://github.com/benjaminp">Benjamin Peterson</a>, <em>Licencja MIT</em></li>
|
||||
<li><a href="https://github.com/vsergeev/u-msgpack-python">Umsgpack.py</a> przez <a href="https://github.com/vsergeev">Ivan A. Sergeev</a></li>
|
||||
<li><a href="https://www.python.org">Python</a></li>
|
||||
</ul>
|
||||
<p>Projekt protokołu i wdrożenie referencyjne dla Reticulum zostało zrealizowane w latach 2014-2022 przez Marka Qvista.</p>
|
||||
<p><a href="https://github.com/markqvist/reticulum">Implementacja referencji dla języka Python</a> oraz ta strona są opubliowanie na <a href="license.html">Licencji MIT</a>. Proszę przekaż <a href="donate_pl.html">darowiznę</a>, żeby wesprzeć dalszy rozwój projektu.</p>
|
||||
<hr />
|
||||
<p><center>Protokół Reticulum jest wspólną własnością wszystkich ludzi,<br/>Przekazuję go do domeny publicznej.<br/><br/>Dedykowany z nadzieją i wiarą w przyszłość<br/>wolność i dobrobyt wszystkich,<br/>na Ziemi i poza nią.<br/><br/>Dziękuję</center></p>
|
||||
<hr />
|
||||
</body>
|
||||
</html>
|
||||
35
docs/rnode_bootstrap_console/r/credits_pt-br.html
Normal file
35
docs/rnode_bootstrap_console/r/credits_pt-br.html
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./credits_de.html">Deutsch</a> | <a href="./credits.html">English</a> | <a href="./credits_pl.html">Polski</a> | <a href="./credits_pt-br.html">Português</a></div><div class="top_menu"><a href="index_pt-br.html">Reticulum</a> | <a href="start_pt-br.html">Começar</a> | <a href="hardware_pt-br.html">Hardware</a> | <a href="connect_pt-br.html">Rede de Teste</a> | <a href="docs_pt-br.html">Manual</a> | <a href="crypto_pt-br.html">Cripto</a> | <a href="credits_pt-br.html">Créditos</a> | <a href="https://github.com/markqvist/reticulum">Código</a> | <a href="donate_pt-br.html">Ajude</a></div></center></p>
|
||||
<h1>Reconhecimentos e Créditos</h1>
|
||||
<p>Reticulum só foi possível graças a montanha de trabalho Código Aberto para o projeto, as contribuições de todos envolvidos e todos que apoiaram o projeto por esses anos. Para todos que ajudaram, muito obrigado.</p>
|
||||
<p>Uma lista de outros modelos e projetos são parte disso ou utilizado no Reticulum, Agradecimentos sinceros para os autores e contribuidores dos seguinte projetos:</p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/pyca/cryptography">PyCA/cryptography</a>, <em>BSD License</em></li>
|
||||
<li><a href="https://github.com/warner/python-pure25519">Pure-25519</a> por <a href="https://github.com/warner">Brian Warner</a>, <em>MIT License</em></li>
|
||||
<li><a href="https://github.com/thomdixon/pysha2">Pysha2</a> por <a href="https://github.com/thomdixon">Thom Dixon</a>, <em>MIT License</em></li>
|
||||
<li><a href="https://github.com/orgurar/python-aes">Python-AES</a> por <a href="https://github.com/orgurar">Or Gur Arie</a>, <em>MIT License</em></li>
|
||||
<li><a href="https://gist.github.com/nickovs/cc3c22d15f239a2640c185035c06f8a3#file-curve25519-py">Curve25519.py</a> por <a href="https://gist.github.com/nickovs">Nicko van Someren</a>, <em>Public Domain</em></li>
|
||||
<li><a href="https://github.com/l-n-s/i2plib">I2Plib</a> por <a href="https://github.com/l-n-s">Viktor Villainov</a></li>
|
||||
<li><a href="https://github.com/pyserial/pyserial">PySerial</a> por Chris Liechti, <em>BSD License</em></li>
|
||||
<li><a href="https://github.com/al45tair/netifaces">Netifaces</a> por <a href="https://github.com/al45tair">Alastair Houghton</a>, <em>MIT License</em></li>
|
||||
<li><a href="https://github.com/DiffSK/configobj">Configobj</a> por Michael Foord, Nicola Larosa, Rob Dennis & Eli Courtwright, <em>BSD License</em></li>
|
||||
<li><a href="https://github.com/benjaminp/six">Six</a> por <a href="https://github.com/benjaminp">Benjamin Peterson</a>, <em>MIT License</em></li>
|
||||
<li><a href="https://github.com/vsergeev/u-msgpack-python">Umsgpack.py</a> por <a href="https://github.com/vsergeev">Ivan A. Sergeev</a></li>
|
||||
<li><a href="https://www.python.org">Python</a></li>
|
||||
</ul>
|
||||
<p>O design do protocolo e implementação de referência foram desenvolvidos entre 2014 e 2022 por Mark Qvist.</p>
|
||||
<p>A <a href="https://github.com/markqvist/reticulum">implementação Python referencial do Reticulum</a> e seu site utilizam a <a href="https://reticulum.network/license.html">licença MIT</a>. Por favor considere uma <a href="donate.html">doação</a> para ajudar a continuar o projeto.</p>
|
||||
<hr />
|
||||
<p><center>O Protocolo Reticulum é de propriedade de todas as pessoas,<br/>Eu contribuo para o domínio público.<br/><br/>Dedicado com a esperança e crença na liberdade futura e prosperidade para todos,<br/>na Terra e além.<br/><br/>Obrigado</center></p>
|
||||
<hr />
|
||||
</body>
|
||||
</html>
|
||||
35
docs/rnode_bootstrap_console/r/crypto.html
Normal file
35
docs/rnode_bootstrap_console/r/crypto.html
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./crypto_de.html">Deutsch</a> | <a href="./crypto.html">English</a> | <a href="./crypto_pl.html">Polski</a> | <a href="./crypto_pt-br.html">Português</a></div><div class="top_menu"><a href="index.html">Reticulum</a> | <a href="start.html">Start</a> | <a href="hardware.html">Hardware</a> | <a href="connect.html">Testnet</a> | <a href="docs.html">Manual</a> | <a href="crypto.html">Crypto</a> | <a href="credits.html">Credits</a> | <a href="https://github.com/markqvist/reticulum">Source</a> | <a href="donate.html">Donate</a></div></center></p>
|
||||
<h1>Cryptographic Primitives</h1>
|
||||
<p>Reticulum uses a simple suite of efficient, strong and modern cryptographic primitives, with widely available implementations that can be used both on general-purpose CPUs and on microcontrollers. The necessary primitives are:</p>
|
||||
<ul>
|
||||
<li>Ed25519 for signatures</li>
|
||||
<li>X22519 for ECDH key exchanges</li>
|
||||
<li>HKDF for key derivation</li>
|
||||
<li>AES-128 in CBC mode</li>
|
||||
<li>HMAC-SHA256 for message authentication</li>
|
||||
<li>SHA-256</li>
|
||||
<li>SHA-512</li>
|
||||
</ul>
|
||||
<p>In the default installation configuration, the <code>X25519</code>, <code>Ed25519</code> and <code>AES-128-CBC</code> primitives are provided by <a href="https://www.openssl.org/">OpenSSL</a> (via the <a href="https://github.com/pyca/cryptography">PyCA/cryptography</a> package). The hashing functions <code>SHA-256</code> and <code>SHA-512</code> are provided by the standard Python <a href="https://docs.python.org/3/library/hashlib.html">hashlib</a>. The <code>HKDF</code>, <code>HMAC</code>, <code>Fernet</code> primitives, and the <code>PKCS7</code> padding function are always provided by the following internal implementations:</p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/markqvist/Reticulum/blob/master/RNS/Cryptography/HKDF.py">HKDF.py</a></li>
|
||||
<li><a href="https://github.com/markqvist/Reticulum/blob/master/RNS/Cryptography/HMAC.py">HMAC.py</a></li>
|
||||
<li><a href="https://github.com/markqvist/Reticulum/blob/master/RNS/Cryptography/Fernet.py">Fernet.py</a></li>
|
||||
<li><a href="https://github.com/markqvist/Reticulum/blob/master/RNS/Cryptography/PKCS7.py">PKCS7.py</a></li>
|
||||
</ul>
|
||||
<p>Reticulum also includes a complete implementation of all necessary primitives in pure Python. If OpenSSL & PyCA are not available on the system when Reticulum is started, Reticulum will instead use the internal pure-python primitives. A trivial consequence of this is performance, with the OpenSSL backend being <em>much</em> faster. The most important consequence however, is the potential loss of security by using primitives that has not seen the same amount of scrutiny, testing and review as those from OpenSSL.</p>
|
||||
<p>If you want to use the internal pure-python primitives, it is <strong>highly advisable</strong> that you have a good understanding of the risks that this pose, and make an informed decision on whether those risks are acceptable to you.</p>
|
||||
<p>Reticulum is relatively young software, and should be considered as such. While it has been built with cryptography best-practices very foremost in mind, it <em>has not</em> been externally security audited, and there could very well be privacy or security breaking bugs. If you want to help out, or help sponsor an audit, please do get in touch.</p>
|
||||
<p align="right"><a href="credits.html">Next Topic: Acknowledgements & Credits</a></p>
|
||||
</body>
|
||||
</html>
|
||||
35
docs/rnode_bootstrap_console/r/crypto_de.html
Normal file
35
docs/rnode_bootstrap_console/r/crypto_de.html
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./crypto_de.html">Deutsch</a> | <a href="./crypto.html">English</a> | <a href="./crypto_pl.html">Polski</a> | <a href="./crypto_pt-br.html">Português</a></div><div class="top_menu"><a href="index_de.html">Reticulum</a> | <a href="start_de.html">Los Geht's</a> | <a href="hardware_de.html">Hardware</a> | <a href="connect_de.html">Testnetz</a> | <a href="docs_de.html">Handbuch</a> | <a href="crypto_de.html">Krypto</a> | <a href="credits_de.html">Credits</a> | <a href="https://github.com/markqvist/reticulum">Quellcode</a> | <a href="donate_de.html">Unterstützen</a></div></center></p>
|
||||
<h1>Kryptographische Primitive</h1>
|
||||
<p>Reticulum verwendet eine einfache Reihe von effizienten, starken und modernen kryptographischen Primitiven mit weithin verfügbaren Implementierungen, die sowohl auf Allzweck-CPUs als auch auf Mikrocontrollern verwendet werden können. Die notwendigen Primitive sind:</p>
|
||||
<ul>
|
||||
<li>Ed25519 für Signaturen</li>
|
||||
<li>X22519 für ECDH Schlüsselaustausch</li>
|
||||
<li>HKDF für die Schlüsselableitung</li>
|
||||
<li>AES-128 im CBC modus</li>
|
||||
<li>HMAC-SHA256 für die Nachrichtenauthentifizierung</li>
|
||||
<li>SHA-256</li>
|
||||
<li>SHA-512</li>
|
||||
</ul>
|
||||
<p>In der Standard-Installationskonfiguration werden die Primitive <code>X25519</code>, <code>Ed25519</code> und <code>AES-128-CBC</code> von <a href="https://www.openssl.org/">OpenSSL</a> (mit dem <a href="https://github.com/pyca/cryptography">PyCA/cryptography</a> Packet mitgebracht). Die Hashing-Funktionen <code>SHA-256</code> und <code>SHA-512</code> werden vom Standard-Python bereitgestellt <a href="https://docs.python.org/3/library/hashlib.html">hashlib</a>. Die <code>HKDF</code>, <code>HMAC</code>, <code>Fernet</code> Primitive, und die <code>PKCS7</code> Auffüllfunktion werden immer von den folgenden internen Implementierungen bereitgestellt:</p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/markqvist/Reticulum/blob/master/RNS/Cryptography/HKDF.py">HKDF.py</a></li>
|
||||
<li><a href="https://github.com/markqvist/Reticulum/blob/master/RNS/Cryptography/HMAC.py">HMAC.py</a></li>
|
||||
<li><a href="https://github.com/markqvist/Reticulum/blob/master/RNS/Cryptography/Fernet.py">Fernet.py</a></li>
|
||||
<li><a href="https://github.com/markqvist/Reticulum/blob/master/RNS/Cryptography/PKCS7.py">PKCS7.py</a></li>
|
||||
</ul>
|
||||
<p>Reticulum enthält außerdem eine vollständige Implementierung aller erforderlichen Primitive in reinem Python. Wenn OpenSSL und PyCA beim Start von Reticulum nicht auf dem System verfügbar sind, verwendet Reticulum stattdessen die internen reinen Python-Primitive. Eine triviale Folge hiervon ist die Leistung, da das OpenSSL-Backend <em>viel</em> schneller ist. Die wichtigste Konsequenz ist jedoch der potenzielle Verlust an Sicherheit durch die Verwendung von Primitiven, die nicht in gleichem Maße wie die von OpenSSL untersucht, getestet und geprüft wurden.</p>
|
||||
<p>Wenn Sie die internen reinen Python-Primitive verwenden wollen, ist es <strong>sehr ratsam</strong>, dass Sie die damit verbundenen Risiken gut verstehen und eine fundierte Entscheidung darüber treffen, ob diese Risiken für Sie akzeptabel sind.</p>
|
||||
<p>Reticulum ist eine relativ junge Software, die als solche betrachtet werden sollte. Obwohl es unter Berücksichtigung der besten Kryptographie-Praktiken entwickelt wurde, ist es <em>nicht</em> extern sicherheitsgeprüft worden, und es könnte sehr wohl Fehler enthalten, die den Datenschutz oder die Sicherheit verletzen. Wenn Sie mithelfen oder ein Audit sponsern wollen, nehmen Sie bitte Kontakt auf.</p>
|
||||
<p align="right"><a href="credits_de.html">Nächstes Thema: Danksagungen & Credits</a></p>
|
||||
</body>
|
||||
</html>
|
||||
35
docs/rnode_bootstrap_console/r/crypto_pl.html
Normal file
35
docs/rnode_bootstrap_console/r/crypto_pl.html
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./crypto_de.html">Deutsch</a> | <a href="./crypto.html">English</a> | <a href="./crypto_pl.html">Polski</a> | <a href="./crypto_pt-br.html">Português</a></div><div class="top_menu"><a href="index_pl.html">Reticulum</a> | <a href="start_pl.html">Jak Zacząć</a> | <a href="hardware_pl.html">Hardware</a> | <a href="connect_pl.html">Testnet</a> | <a href="docs_pl.html">Podręcznik</a> | <a href="crypto_pl.html">Krypto</a> | <a href="credits_pl.html">Zasługi</a> | <a href="https://github.com/markqvist/reticulum">Kod Źródłowy</a> | <a href="donate_pl.html">Darowizna</a></div></center></p>
|
||||
<h1>Prymitywy kryptograficzne</h1>
|
||||
<p>Reticulum wykorzystuje prosty zestaw wydajnych, silnych i nowoczesnych prymitywów kryptograficznych, z szeroko dostępnymi implementacjami, które mogą być używane zarówno na procesorach ogólnego przeznaczenia, jak i na mikrokontrolerach. Niezbędne prymitywy to:</p>
|
||||
<ul>
|
||||
<li>Ed25519 dla sygnatur</li>
|
||||
<li>X22519 dla wymiany kluczy ECDH</li>
|
||||
<li>HKDF dla wyodrębnienia klucza</li>
|
||||
<li>AES-128 w trybie CBC</li>
|
||||
<li>HMAC-SHA256 dla uwierzytelnienia wiadomości</li>
|
||||
<li>SHA-256</li>
|
||||
<li>SHA-512</li>
|
||||
</ul>
|
||||
<p>W domyślnej konfiguracji instalacji, prymitywy <code>X25519</code>, <code>Ed25519</code> i <code>AES-128-CBC</code> są dostarczone przez <a href="https://www.openssl.org/">OpenSSL</a> (przez pakiet <a href="https://github.com/pyca/cryptography">PyCA/cryptography</a>). Funkcja hashu <code>SHA-256</code> i <code>SHA-512</code> są dostarczone przez standard Pythona <a href="https://docs.python.org/3/library/hashlib.html">hashlib</a>. Prymitywy <code>HKDF</code>, <code>HMAC</code>, <code>Fernet</code> i funkcja padding <code>PKCS7</code> są zawsze dostarczane przez następujące wewnętrzne implementacje:</p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/markqvist/Reticulum/blob/master/RNS/Cryptography/HKDF.py">HKDF.py</a></li>
|
||||
<li><a href="https://github.com/markqvist/Reticulum/blob/master/RNS/Cryptography/HMAC.py">HMAC.py</a></li>
|
||||
<li><a href="https://github.com/markqvist/Reticulum/blob/master/RNS/Cryptography/Fernet.py">Fernet.py</a></li>
|
||||
<li><a href="https://github.com/markqvist/Reticulum/blob/master/RNS/Cryptography/PKCS7.py">PKCS7.py</a></li>
|
||||
</ul>
|
||||
<p>Reticulum zawiera również kompletną implementację wszystkich niezbędnych prymitywów w czystym Pythonie. Jeśli OpenSSL i PyCA nie są dostępne w systemie podczas uruchamiania Reticulum, Reticulum użyje wewnętrznych prymitywów w czystym Pythonie. Trywialną konsekwencją tego jest wydajność, backend OpenSSL jest <em>znacznie</em> szybszy. Najważniejszą konsekwencją jest jednak potencjalna utrata bezpieczeństwa poprzez użycie prymitywów, które nie zostały poddane takiej samej analizie, testom i przeglądom jak te z OpenSSL.</p>
|
||||
<p>Jeśli chcesz używać wewnętrznych czystych prymitywów pythona, jest <strong>bardzo wskazane</strong>, abyś dobrze rozumiał ryzyko, jakie to stwarza, i podjął świadomą decyzję, czy to ryzyko jest dla ciebie do przyjęcia.</p>
|
||||
<p>Reticulum jest stosunkowo młodym oprogramowaniem i powinno być traktowane jako takie. Chociaż zostało zbudowane z myślą o najlepszych praktykach kryptograficznych, <em>nie zostało</em> poddane zewnętrznemu audytowi bezpieczeństwa i bardzo możliwe, że zawiera błędy naruszające prywatność lub bezpieczeństwo. Jeśli chcesz pomóc lub zasponsorować audyt, skontaktuj się ze mną.</p>
|
||||
<p align="right"><a href="credits_pl.html">Next Topic: Podziękowania & Zasługi</a></p>
|
||||
</body>
|
||||
</html>
|
||||
35
docs/rnode_bootstrap_console/r/crypto_pt-br.html
Normal file
35
docs/rnode_bootstrap_console/r/crypto_pt-br.html
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./crypto_de.html">Deutsch</a> | <a href="./crypto.html">English</a> | <a href="./crypto_pl.html">Polski</a> | <a href="./crypto_pt-br.html">Português</a></div><div class="top_menu"><a href="index_pt-br.html">Reticulum</a> | <a href="start_pt-br.html">Começar</a> | <a href="hardware_pt-br.html">Hardware</a> | <a href="connect_pt-br.html">Rede de Teste</a> | <a href="docs_pt-br.html">Manual</a> | <a href="crypto_pt-br.html">Cripto</a> | <a href="credits_pt-br.html">Créditos</a> | <a href="https://github.com/markqvist/reticulum">Código</a> | <a href="donate_pt-br.html">Ajude</a></div></center></p>
|
||||
<h1>Primitivos Criptográficos</h1>
|
||||
<p>Reticulum utiliza uma suíte simples de primitivos criptográficos modernos, fortes e eficientes, com diversas implementações disponíveis que pode ser utilizados tanto em CPUs convencionais como microcontroladores. Os primitivos necessários são:</p>
|
||||
<ul>
|
||||
<li>Ed25519 para assinaturas</li>
|
||||
<li>X22519 para trocas de chave ECDH</li>
|
||||
<li>HKDF para derivação de chaves</li>
|
||||
<li>AES-128 em modo CBC</li>
|
||||
<li>HMAC-SHA256 para autenticação de mensagem</li>
|
||||
<li>SHA-256</li>
|
||||
<li>SHA-512</li>
|
||||
</ul>
|
||||
<p>Na configuração de instalação padrão, os primitivos <code>X25519</code>, <code>Ed25519</code> e <code>AES_128-CBC</code> são fornecidos pela <a href="https://www.openssl.org/">OpenSSL</a> (pelo pacote <a href="https://github.com/pyca/cryptography">PyCA/cryptography</a> ). As funções de hash <code>SHA-256</code> e <code>SHA-512</code> são fornecidas pela biblioteca Python <a href="https://docs.python.org/3/library/hashlib.html">hashlib</a>. Os primitivos <code>HKDF</code>, <code>HMAC</code>, <code>Fernet</code>, e a função de preenchimento <code>PKCS7</code> são sempre fornecidas pelas seguintes implementações internas:</p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/markqvist/Reticulum/blob/master/RNS/Cryptography/HKDF.py">HKDF.py</a></li>
|
||||
<li><a href="https://github.com/markqvist/Reticulum/blob/master/RNS/Cryptography/HMAC.py">HMAC.py</a></li>
|
||||
<li><a href="https://github.com/markqvist/Reticulum/blob/master/RNS/Cryptography/Fernet.py">Fernet.py</a></li>
|
||||
<li><a href="https://github.com/markqvist/Reticulum/blob/master/RNS/Cryptography/PKCS7.py">PKCS7.py</a></li>
|
||||
</ul>
|
||||
<p>Reticulum também incluí a implementação completa de todos os primitivos necessários em Python puro. Se o OpenSSL & PyCA não estão disponíveis no sistema que o Reticulum é iniciado, Reticulum vai utilizar os primitivos internos. A consequência trivial disso é o desempenho, com a biblioteca OpenSSL sendo mais rápida. A consequência mais importante no entanto, é a potencial perda de segurança por utilizar primitivos que não possuem o mesmo nível de suporte, teste e revisão que o OpenSSL.</p>
|
||||
<p>Se você quer utilizar primitivos internos em Python, é aconselhável que você entenda os riscos envolvidos, e tome uma decisão informada conforme os ricos são aceitáveis para você.</p>
|
||||
<p>Reticulum é um software relativamente jovem, e deve ser considerado como tal. Enquanto ele é desenvolvido com as melhores práticas de criptografia em mente, ainda não foi auditado externamente, e pode haver bugs para segurança e privacidade. Se você quer ajudar, ou patrocinar uma auditoria, nos informe.</p>
|
||||
<p align="right"><a href="credits_pt-br.html">Próxima Página: Agradecimentos & Créditos</a></p>
|
||||
</body>
|
||||
</html>
|
||||
1710
docs/rnode_bootstrap_console/r/css/water.css
Normal file
1710
docs/rnode_bootstrap_console/r/css/water.css
Normal file
File diff suppressed because it is too large
Load diff
17
docs/rnode_bootstrap_console/r/docs.html
Normal file
17
docs/rnode_bootstrap_console/r/docs.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./docs_de.html">Deutsch</a> | <a href="./docs.html">English</a> | <a href="./docs_pl.html">Polski</a> | <a href="./docs_pt-br.html">Português</a></div><div class="top_menu"><a href="index.html">Reticulum</a> | <a href="start.html">Start</a> | <a href="hardware.html">Hardware</a> | <a href="connect.html">Testnet</a> | <a href="docs.html">Manual</a> | <a href="crypto.html">Crypto</a> | <a href="credits.html">Credits</a> | <a href="https://github.com/markqvist/reticulum">Source</a> | <a href="donate.html">Donate</a></div></center></p>
|
||||
<h1>Read The Manual</h1>
|
||||
<p>You can browse full documentation for Reticulum <a href="manual/index.html">on this site</a> or <a href="https://markqvist.github.io/Reticulum/manual/">on GitHub Pages</a>.</p>
|
||||
<p>You can also <a href="manual/Reticulum%20Manual.pdf">download the Reticulum manual as a PDF</a></p>
|
||||
<p align="right"><a href="crypto.html">Next Topic: Cryptographic Primitives</a></p>
|
||||
</body>
|
||||
</html>
|
||||
17
docs/rnode_bootstrap_console/r/docs_de.html
Normal file
17
docs/rnode_bootstrap_console/r/docs_de.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./docs_de.html">Deutsch</a> | <a href="./docs.html">English</a> | <a href="./docs_pl.html">Polski</a> | <a href="./docs_pt-br.html">Português</a></div><div class="top_menu"><a href="index_de.html">Reticulum</a> | <a href="start_de.html">Los Geht's</a> | <a href="hardware_de.html">Hardware</a> | <a href="connect_de.html">Testnetz</a> | <a href="docs_de.html">Handbuch</a> | <a href="crypto_de.html">Krypto</a> | <a href="credits_de.html">Credits</a> | <a href="https://github.com/markqvist/reticulum">Quellcode</a> | <a href="donate_de.html">Unterstützen</a></div></center></p>
|
||||
<h1>Lesen Sie das Handbuch</h1>
|
||||
<p>Die vollständige Dokumentation zu Reticulum finden Sie hier <a href="manual/index.html">Auf dieser Seite</a> oder <a href="https://markqvist.github.io/Reticulum/manual/">auf den GitHub Seiten</a>.</p>
|
||||
<p>Sie können auch <a href="manual/Reticulum%20Manual.pdf">das Reticulum-Handbuch als PDF herunterladen</a></p>
|
||||
<p align="right"><a href="crypto_de.html">Nächstes Thema: Kryptographische Primitive</a></p>
|
||||
</body>
|
||||
</html>
|
||||
17
docs/rnode_bootstrap_console/r/docs_pl.html
Normal file
17
docs/rnode_bootstrap_console/r/docs_pl.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./docs_de.html">Deutsch</a> | <a href="./docs.html">English</a> | <a href="./docs_pl.html">Polski</a> | <a href="./docs_pt-br.html">Português</a></div><div class="top_menu"><a href="index_pl.html">Reticulum</a> | <a href="start_pl.html">Jak Zacząć</a> | <a href="hardware_pl.html">Hardware</a> | <a href="connect_pl.html">Testnet</a> | <a href="docs_pl.html">Podręcznik</a> | <a href="crypto_pl.html">Krypto</a> | <a href="credits_pl.html">Zasługi</a> | <a href="https://github.com/markqvist/reticulum">Kod Źródłowy</a> | <a href="donate_pl.html">Darowizna</a></div></center></p>
|
||||
<h1>Przeczytaj Podręcznik</h1>
|
||||
<p>Możesz sprawdzić pełną dokumentację Reticulum <a href="manual/index.html">na tej stronie</a> lub <a href="https://markqvist.github.io/Reticulum/manual/">na stronach GitHub</a>.</p>
|
||||
<p>Możesz również <a href="manual/Reticulum%20Manual.pdf">pobrać podręcznik Reticulum jako PDF</a></p>
|
||||
<p align="right"><a href="crypto_pl.html">Następny Temat: Prymitywy Kryptograficzne</a></p>
|
||||
</body>
|
||||
</html>
|
||||
17
docs/rnode_bootstrap_console/r/docs_pt-br.html
Normal file
17
docs/rnode_bootstrap_console/r/docs_pt-br.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./docs_de.html">Deutsch</a> | <a href="./docs.html">English</a> | <a href="./docs_pl.html">Polski</a> | <a href="./docs_pt-br.html">Português</a></div><div class="top_menu"><a href="index_pt-br.html">Reticulum</a> | <a href="start_pt-br.html">Começar</a> | <a href="hardware_pt-br.html">Hardware</a> | <a href="connect_pt-br.html">Rede de Teste</a> | <a href="docs_pt-br.html">Manual</a> | <a href="crypto_pt-br.html">Cripto</a> | <a href="credits_pt-br.html">Créditos</a> | <a href="https://github.com/markqvist/reticulum">Código</a> | <a href="donate_pt-br.html">Ajude</a></div></center></p>
|
||||
<h1>Leia o Manual</h1>
|
||||
<p>Você navegar por toda documentação do Reticulum <a href="https://reticulum.network/manual/index.html">neste site</a> ou no <a href="https://markqvist.github.io/Reticulum/manual/">GitHub Pages</a>.</p>
|
||||
<p>Você também pode baixar o <a href="https://reticulum.network/manual/Reticulum%20Manual.pdf">manual do Reticulum como PDF</a></p>
|
||||
<p align="right"><a href="crypto_pt-br.html">Próxima Página: Criptografia</a></p>
|
||||
</body>
|
||||
</html>
|
||||
28
docs/rnode_bootstrap_console/r/donate.html
Normal file
28
docs/rnode_bootstrap_console/r/donate.html
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./donate_de.html">Deutsch</a> | <a href="./donate.html">English</a> | <a href="./donate_pl.html">Polski</a> | <a href="./donate_pt-br.html">Português</a></div><div class="top_menu"><a href="index.html">Reticulum</a> | <a href="start.html">Start</a> | <a href="hardware.html">Hardware</a> | <a href="connect.html">Testnet</a> | <a href="docs.html">Manual</a> | <a href="crypto.html">Crypto</a> | <a href="credits.html">Credits</a> | <a href="https://github.com/markqvist/reticulum">Source</a> | <a href="donate.html">Donate</a></div></center></p>
|
||||
<h2>Support Reticulum</h2>
|
||||
<p>You can help support the continued development of open, free and private communications systems by donating via one of the following channels:</p>
|
||||
<ul>
|
||||
<li>Monero<br/>
|
||||
<code>84FpY1QbxHcgdseePYNmhTHcrgMX4nFfBYtz2GKYToqHVVhJp8Eaw1Z1EedRnKD19b3B8NiLCGVxzKV17UMmmeEsCrPyA5w</code>
|
||||
<br/><br/></li>
|
||||
<li>Ethereum<br/>
|
||||
<code>0x81F7B979fEa6134bA9FD5c701b3501A2e61E897a</code>
|
||||
<br/><br/></li>
|
||||
<li>Bitcoin<br/>
|
||||
<code>3CPmacGm34qYvR6XWLVEJmi2aNe3PZqUuq</code>
|
||||
<br/><br/></li>
|
||||
<li>Ko-Fi<br/>
|
||||
<a href="https://ko-fi.com/markqvist"><code>https://ko-fi.com/markqvist</code></a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
24
docs/rnode_bootstrap_console/r/donate_de.html
Normal file
24
docs/rnode_bootstrap_console/r/donate_de.html
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./donate_de.html">Deutsch</a> | <a href="./donate.html">English</a> | <a href="./donate_pl.html">Polski</a> | <a href="./donate_pt-br.html">Português</a></div><div class="top_menu"><a href="index_de.html">Reticulum</a> | <a href="start_de.html">Los Geht's</a> | <a href="hardware_de.html">Hardware</a> | <a href="connect_de.html">Testnetz</a> | <a href="docs_de.html">Handbuch</a> | <a href="crypto_de.html">Krypto</a> | <a href="credits_de.html">Credits</a> | <a href="https://github.com/markqvist/reticulum">Quellcode</a> | <a href="donate_de.html">Unterstützen</a></div></center></p>
|
||||
<h2>Reticulum Entwicklung unterstützen</h2>
|
||||
<p>Sie können die weitere Entwicklung offener, freier und privater Kommunikationssysteme unterstützen, indem Sie über einen der folgenden Kanäle spenden:</p>
|
||||
<p><strong>Monero</strong></p>
|
||||
<pre><code>84FpY1QbxHcgdseePYNmhTHcrgMX4nFfBYtz2GKYToqHVVhJp8Eaw1Z1EedRnKD19b3B8NiLCGVxzKV17UMmmeEsCrPyA5w
|
||||
</code></pre>
|
||||
<p><strong>Ethereum</strong></p>
|
||||
<pre><code>0x81F7B979fEa6134bA9FD5c701b3501A2e61E897a
|
||||
</code></pre>
|
||||
<p><strong>Bitcoin</strong></p>
|
||||
<pre><code>3CPmacGm34qYvR6XWLVEJmi2aNe3PZqUuq
|
||||
</code></pre>
|
||||
</body>
|
||||
</html>
|
||||
28
docs/rnode_bootstrap_console/r/donate_pl.html
Normal file
28
docs/rnode_bootstrap_console/r/donate_pl.html
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./donate_de.html">Deutsch</a> | <a href="./donate.html">English</a> | <a href="./donate_pl.html">Polski</a> | <a href="./donate_pt-br.html">Português</a></div><div class="top_menu"><a href="index_pl.html">Reticulum</a> | <a href="start_pl.html">Jak Zacząć</a> | <a href="hardware_pl.html">Hardware</a> | <a href="connect_pl.html">Testnet</a> | <a href="docs_pl.html">Podręcznik</a> | <a href="crypto_pl.html">Krypto</a> | <a href="credits_pl.html">Zasługi</a> | <a href="https://github.com/markqvist/reticulum">Kod Źródłowy</a> | <a href="donate_pl.html">Darowizna</a></div></center></p>
|
||||
<h2>Wesprzyj Reticulum</h2>
|
||||
<p>Możesz wspomóc dalszy rozwój otwartych, wolnych, prywatnych systemów komunikacji przez przekazanie darowizny za pośrednictwem jednego z następujących kanałów:</p>
|
||||
<ul>
|
||||
<li>Monero<br/>
|
||||
<code>84FpY1QbxHcgdseePYNmhTHcrgMX4nFfBYtz2GKYToqHVVhJp8Eaw1Z1EedRnKD19b3B8NiLCGVxzKV17UMmmeEsCrPyA5w</code>
|
||||
<br/><br/></li>
|
||||
<li>Ethereum<br/>
|
||||
<code>0x81F7B979fEa6134bA9FD5c701b3501A2e61E897a</code>
|
||||
<br/><br/></li>
|
||||
<li>Bitcoin<br/>
|
||||
<code>3CPmacGm34qYvR6XWLVEJmi2aNe3PZqUuq</code>
|
||||
<br/><br/></li>
|
||||
<li>Ko-Fi<br/>
|
||||
<a href="https://ko-fi.com/markqvist"><code>https://ko-fi.com/markqvist</code></a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
28
docs/rnode_bootstrap_console/r/donate_pt-br.html
Normal file
28
docs/rnode_bootstrap_console/r/donate_pt-br.html
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./donate_de.html">Deutsch</a> | <a href="./donate.html">English</a> | <a href="./donate_pl.html">Polski</a> | <a href="./donate_pt-br.html">Português</a></div><div class="top_menu"><a href="index_pt-br.html">Reticulum</a> | <a href="start_pt-br.html">Começar</a> | <a href="hardware_pt-br.html">Hardware</a> | <a href="connect_pt-br.html">Rede de Teste</a> | <a href="docs_pt-br.html">Manual</a> | <a href="crypto_pt-br.html">Cripto</a> | <a href="credits_pt-br.html">Créditos</a> | <a href="https://github.com/markqvist/reticulum">Código</a> | <a href="donate_pt-br.html">Ajude</a></div></center></p>
|
||||
<h2>Ajude o Reticulum</h2>
|
||||
<p>Você pode ajudar na continuação do desenvolvimento de sistemas de comunicação abertos, livres e privados, doando através de um dos seguintes canais:</p>
|
||||
<ul>
|
||||
<li>Monero<br/>
|
||||
<code>84FpY1QbxHcgdseePYNmhTHcrgMX4nFfBYtz2GKYToqHVVhJp8Eaw1Z1EedRnKD19b3B8NiLCGVxzKV17UMmmeEsCrPyA5w</code>
|
||||
<br/><br/></li>
|
||||
<li>Ethereum<br/>
|
||||
<code>0x81F7B979fEa6134bA9FD5c701b3501A2e61E897a</code>
|
||||
<br/><br/></li>
|
||||
<li>Bitcoin<br/>
|
||||
<code>3CPmacGm34qYvR6XWLVEJmi2aNe3PZqUuq</code>
|
||||
<br/><br/></li>
|
||||
<li>Ko-Fi<br/>
|
||||
<a href="https://ko-fi.com/markqvist"><code>https://ko-fi.com/markqvist</code></a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
31
docs/rnode_bootstrap_console/r/hardware.html
Normal file
31
docs/rnode_bootstrap_console/r/hardware.html
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./hardware_de.html">Deutsch</a> | <a href="./hardware.html">English</a> | <a href="./hardware_pl.html">Polski</a> | <a href="./hardware_pt-br.html">Português</a></div><div class="top_menu"><a href="index.html">Reticulum</a> | <a href="start.html">Start</a> | <a href="hardware.html">Hardware</a> | <a href="connect.html">Testnet</a> | <a href="docs.html">Manual</a> | <a href="crypto.html">Crypto</a> | <a href="credits.html">Credits</a> | <a href="https://github.com/markqvist/reticulum">Source</a> | <a href="donate.html">Donate</a></div></center></p>
|
||||
<h1>Supported Hardware</h1>
|
||||
<p>Reticulum can be used over practically any medium that can support at least a half-duplex channel with 500 bits per second throughput, and an MTU of 500 bytes. Data radios, modems, LoRa radios, serial lines, AX.25 TNCs, amateur radio digital modes, WiFi and Ethernet devices, free-space optical links, and similar systems are all examples of the types of physical devices Reticulum can use. The supported interface types include:</p>
|
||||
<ul>
|
||||
<li>Any ethernet device</li>
|
||||
<li>Almost all WiFi-based hardware</li>
|
||||
<li>LoRa using <a href="https://unsigned.io/rnode/">RNode</a></li>
|
||||
<li>Packet Radio TNCs (with or without AX.25)</li>
|
||||
<li>KISS-compatible hardware and software modems</li>
|
||||
<li>Any device with a serial port</li>
|
||||
<li>TCP over IP networks</li>
|
||||
<li>UDP over IP networks</li>
|
||||
<li>External programs via stdio or pipes</li>
|
||||
<li>Custom hardware via stdio or pipes</li>
|
||||
</ul>
|
||||
<p>For a more detailed info, and a full list of supported interface types, please read the <a href="manual/hardware.html">Communications Hardware</a> and <a href="manual/interfaces.html">Supported Interfaces</a> chapters of the manual.</p>
|
||||
<p>Reticulum can also be encapsulated over existing IP networks, so there's nothing stopping you from using it over wired ethernet, your local WiFi network or the Internet, where it'll work just as well. In fact, one of the strengths of Reticulum is how easily it allows you to connect different mediums into a self-configuring, resilient and encrypted mesh, using any available mixture of available infrastructure.</p>
|
||||
<p>As an example, it's possible to set up a Raspberry Pi connected to both a LoRa radio, a packet radio TNC and a WiFi network. Once the interfaces are configured, Reticulum will take care of the rest, and any device on the WiFi network can communicate with nodes on the LoRa and packet radio sides of the network, and vice versa.</p>
|
||||
<p align="right"><a href="connect.html">Next Topic: Public Testnet</a></p>
|
||||
</body>
|
||||
</html>
|
||||
31
docs/rnode_bootstrap_console/r/hardware_de.html
Normal file
31
docs/rnode_bootstrap_console/r/hardware_de.html
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./hardware_de.html">Deutsch</a> | <a href="./hardware.html">English</a> | <a href="./hardware_pl.html">Polski</a> | <a href="./hardware_pt-br.html">Português</a></div><div class="top_menu"><a href="index_de.html">Reticulum</a> | <a href="start_de.html">Los Geht's</a> | <a href="hardware_de.html">Hardware</a> | <a href="connect_de.html">Testnetz</a> | <a href="docs_de.html">Handbuch</a> | <a href="crypto_de.html">Krypto</a> | <a href="credits_de.html">Credits</a> | <a href="https://github.com/markqvist/reticulum">Quellcode</a> | <a href="donate_de.html">Unterstützen</a></div></center></p>
|
||||
<h1>Unterstützte Hardware</h1>
|
||||
<p>Reticulum kann über praktisch jedes Medium verwendet werden, das mindestens einen Halbduplex-Kanal mit einem Durchsatz von 500 Bit pro Sekunde und einer MTU von 500 Byte unterstützt. Datenfunkgeräte, Modems, LoRa-Funkgeräte, serielle Leitungen, AX.25-TNCs, digitale Amateurfunkmodi, WiFi- und Ethernet-Geräte, optische Verbindungen im freien Raum und ähnliche Systeme sind Beispiele für physische Geräte, die Reticulum verwenden kann. Zu den unterstützten Schnittstellentypen gehören:</p>
|
||||
<ul>
|
||||
<li>Jedes Ethernet-Gerät</li>
|
||||
<li>Fast alle WiFi-basierte Hardware</li>
|
||||
<li>LoRa mit <a href="https://unsigned.io/rnode/">RNode</a></li>
|
||||
<li>Packet Radio TNCs (mit oder ohne AX.25)</li>
|
||||
<li>KISS-kompatible Hardware- und Software-Modems</li>
|
||||
<li>Jedes Gerät mit einer seriellen Schnittstelle</li>
|
||||
<li>TCP über IP Netzwerke</li>
|
||||
<li>UDP über IP Netzwerke</li>
|
||||
<li>Externe Programme über stdio oder Pipes</li>
|
||||
<li>Kundenspezifische Hardware über stdio oder Pipes</li>
|
||||
</ul>
|
||||
<p>Ausführlichere Informationen und eine vollständige Liste der unterstützten Schnittstellentypen finden Sie in den Kapiteln <a href="manual/hardware.html">Kommunikationshardware</a> und <a href="manual/interfaces.html">Unterstützte Schnittstellen</a> des Handbuchs.</p>
|
||||
<p>Reticulum kann auch über bestehende IP-Netzwerke gekapselt werden, so dass dem Einsatz über ein kabelgebundenes Ethernet, Ihr lokales WiFi-Netzwerk oder das Internet nichts im Wege steht, wo es genauso gut funktioniert. Eine der Stärken von Reticulum besteht darin, dass Sie verschiedene Medien ganz einfach zu einem selbstkonfigurierenden, robusten und verschlüsselten Mesh verbinden können, wobei jede verfügbare Infrastruktur genutzt werden kann.</p>
|
||||
<p>So ist es beispielsweise möglich, einen Raspberry Pi sowohl mit einem LoRa-Funkgerät als auch mit einem Paketfunk-TNC und einem WiFi-Netzwerk zu verbinden. Sobald die Schnittstellen konfiguriert sind, kümmert sich Reticulum um den Rest, und jedes Gerät im WiFi-Netzwerk kann mit Knoten auf der LoRa- und Paketfunkseite des Netzwerks kommunizieren und umgekehrt.</p>
|
||||
<p align="right"><a href="connect_de.html">Nächstes Thema: Öffentliches Testnetz</a></p>
|
||||
</body>
|
||||
</html>
|
||||
31
docs/rnode_bootstrap_console/r/hardware_pl.html
Normal file
31
docs/rnode_bootstrap_console/r/hardware_pl.html
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./hardware_de.html">Deutsch</a> | <a href="./hardware.html">English</a> | <a href="./hardware_pl.html">Polski</a> | <a href="./hardware_pt-br.html">Português</a></div><div class="top_menu"><a href="index_pl.html">Reticulum</a> | <a href="start_pl.html">Jak Zacząć</a> | <a href="hardware_pl.html">Hardware</a> | <a href="connect_pl.html">Testnet</a> | <a href="docs_pl.html">Podręcznik</a> | <a href="crypto_pl.html">Krypto</a> | <a href="credits_pl.html">Zasługi</a> | <a href="https://github.com/markqvist/reticulum">Kod Źródłowy</a> | <a href="donate_pl.html">Darowizna</a></div></center></p>
|
||||
<h1>Wspierany Hardware</h1>
|
||||
<p>Reticulum może być używane praktycznie przez każde medium, które wspiera przynajmniej kanał półdupleksowy z przepustowością 500 bitów na sekundę, i MTU 500 bitów. Data radio, modemy, radia LoRa, porty szeregowe, AX.25 TNC, tryby cyfrowe radia amatorskiego, WiFi i urządzenia Ethernet, bezprzewodowe łącza optyczne (FSO), i podobne systemy są przykładem rodzajów fizycznych urządzeń, które Reticulum może używać. Wspierane rodzaje interfejsów zawierają:</p>
|
||||
<ul>
|
||||
<li>Każde urządzenie ethernet</li>
|
||||
<li>Prawie wszystkie urządzenia z WiFi</li>
|
||||
<li>LoRa używające <a href="https://unsigned.io/rnode/">RNode</a></li>
|
||||
<li>Packet Radio TNC (z lub bez AX.25)</li>
|
||||
<li>Hardware kompatybilny z KISS i modemy programowe</li>
|
||||
<li>Każde urządzenie z portem szeregowym</li>
|
||||
<li>TCP przez sieci IP</li>
|
||||
<li>UDP przez sieci IP</li>
|
||||
<li>Zewnętrzne programy przez stdio lub pipes</li>
|
||||
<li>Niestandardowy hardware przez stdio lub pipes</li>
|
||||
</ul>
|
||||
<p>Bardziej szczegółowe informacje i pełną listę wspieranych rodzajów interfejsów można znaleźć w rozdziałach poświęconych <a href="manual/hardware.html">sprzętowi komunikacyjnemu</a> i <a href="manual/interfaces.html">wspieranych interfejsów</a>.</p>
|
||||
<p>Reticulum może być również umieszczone w istniejących sieciach IP, więc nic nie stoi na przeszkodzie, by używać go w przewodowej sieci ethernet, lokalnej sieci WiFi lub w Internecie, gdzie będzie działał równie dobrze. W rzeczywistości, jedną z mocnych stron Reticulum jest to, jak łatwo pozwala połączyć różne media w samokonfigurującą się, odporną i szyfrowaną sieć, wykorzystując dowolną mieszankę dostępnej infrastruktury.</p>
|
||||
<p>Przykładowo, możliwe jest skonfigurowanie Raspberry Pi podłączonego zarówno do radia LoRa, TNC packet radio, jak i sieci WiFi. Po skonfigurowaniu interfejsów, Reticulum zajmie się resztą, a każde urządzenie w sieci WiFi może komunikować się z węzłami po stronie sieci LoRa i packet radio, i odwrotnie.</p>
|
||||
<p align="right"><a href="connect_pl.html">Następny Temat: Publiczny Testnet</a></p>
|
||||
</body>
|
||||
</html>
|
||||
30
docs/rnode_bootstrap_console/r/hardware_pt-br.html
Normal file
30
docs/rnode_bootstrap_console/r/hardware_pt-br.html
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./hardware_de.html">Deutsch</a> | <a href="./hardware.html">English</a> | <a href="./hardware_pl.html">Polski</a> | <a href="./hardware_pt-br.html">Português</a></div><div class="top_menu"><a href="index_pt-br.html">Reticulum</a> | <a href="start_pt-br.html">Começar</a> | <a href="hardware_pt-br.html">Hardware</a> | <a href="connect_pt-br.html">Rede de Teste</a> | <a href="docs_pt-br.html">Manual</a> | <a href="crypto_pt-br.html">Cripto</a> | <a href="credits_pt-br.html">Créditos</a> | <a href="https://github.com/markqvist/reticulum">Código</a> | <a href="donate_pt-br.html">Ajude</a></div></center></p>
|
||||
<h1>Hardware Compátivel</h1>
|
||||
<p>Reticulum pode ser usado sobre praticamente qualquer dispositivo que suporte pelo menos um canal half-duplex com 500 bits por segundo de taxa de transferência, um MTU de 500 bytes. Rádios de dados, roteadores, rádios LoRa, linhas seriais, AX.25 TNCs, modos de rádio digital amador, Wi-Fi, Bluetooth, links ópticos de espaço-livre e sistemas similares são todos exemplos dos tipos de dispositivos físicos que o Reticulum pode utilizar. Os tipos de interface suportados incluem:</p>
|
||||
<ul>
|
||||
<li>Qualquer dispositivo Ethernet</li>
|
||||
<li>Praticamente todo hardware com Wi-Fi</li>
|
||||
<li>LoRa utilizando <a href="https://unsigned.io/rnode/">RNode</a></li>
|
||||
<li>Hardware/roteadores de software com filosofia KISS</li>
|
||||
<li>Qualquer dispositivo com uma porta serial</li>
|
||||
<li>TCP sobre redes IP</li>
|
||||
<li>UDP sobre redes IP</li>
|
||||
<li>Programas externos via stdio ou pipes</li>
|
||||
<li>Hardware personalizado via stdio ou pipes</li>
|
||||
</ul>
|
||||
<p>Para informações detalhadas e uma lista completa de todos os tipos de interfaces suportadas, leia o <a href="https://reticulum.network/manual/hardware.html">Hardware de Comunicações</a> e o capítulo de <a href="https://reticulum.network/manual/interfaces.html">Interfaces Suportadas</a> do manual.</p>
|
||||
<p>Reticulum pode ser utilizado sobre redes IP, nada lhe impede de utilizar via cabo Ethernet, sua rede local de Wi-Fi ou a Internet, onde ele funciona corretamente. Na verdade, um dos pontos fortes do Reticulum é como ele facilmente permite que você se conecte a diferentes dispositivos com mesh auto-configurável, resiliente e criptografada, utilizando apenas a infraestrutura disponível.</p>
|
||||
<p>Como um exemplo, é possível utilizar um Raspberry Pi conectado em ambos, uma rádio LoRa, um rádio amador TNC e uma rede Wi-Fi. Uma vez que as interfaces estejam configuradas, Reticulum cuida do resto, e qualquer dispositivo na rede Wi-Fi pode se comunicar com nós do rádio LoRa e rádio amador, e vice-versa.</p>
|
||||
<p align="right"><a href="connect_pt-br.html">Próxima Página: Rede de Teste Pública</a></p>
|
||||
</body>
|
||||
</html>
|
||||
35
docs/rnode_bootstrap_console/r/index.html
Normal file
35
docs/rnode_bootstrap_console/r/index.html
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./index_de.html">Deutsch</a> | <a href="./index.html">English</a> | <a href="./index_pl.html">Polski</a> | <a href="./index_pt-br.html">Português</a></div><div class="top_menu"><a href="index.html">Reticulum</a> | <a href="start.html">Start</a> | <a href="hardware.html">Hardware</a> | <a href="connect.html">Testnet</a> | <a href="docs.html">Manual</a> | <a href="crypto.html">Crypto</a> | <a href="credits.html">Credits</a> | <a href="https://github.com/markqvist/reticulum">Source</a> | <a href="donate.html">Donate</a></div></center></p>
|
||||
<h1>Reticulum</h1>
|
||||
<p>Reticulum is the cryptography-based networking stack for building local and wide-area networks with readily available hardware. Reticulum can continue to operate even in adverse conditions with very high latency and extremely low bandwidth.</p>
|
||||
<p>The vision of Reticulum is to allow anyone to operate their own sovereign communication networks, and to make it cheap and easy to cover vast areas with a myriad of independent, interconnectable and autonomous networks. Reticulum is Unstoppable Networks for The People.</p>
|
||||
<p align="center"><img width="30%" src="/m/_static/rns_logo_512.png"></p>
|
||||
|
||||
<p>Reticulum is not <em>one</em> network. It is a tool for building <em>thousands of networks</em>. Networks without kill-switches, surveillance, censorship and control. Networks that can freely interoperate, associate and disassociate with each other. Reticulum is Networks for Human Beings.</p>
|
||||
<p>From a users perspective, Reticulum allows the creation of applications that respect and empower the autonomy and sovereignty of communities and individuals. Reticulum provides secure digital communication that cannot be subjected to outside control, manipulation or censorship.</p>
|
||||
<p>Reticulum enables the construction of both small and potentially planetary-scale networks, without any need for hierarchical or beaureucratic structures to control or manage them, while ensuring individuals and communities full sovereignty over their own network segments.</p>
|
||||
<h2>Notable Characteristics</h2>
|
||||
<p>While Reticulum solves the same problem that any network stack does, namely to get data reliably from one point to another over a number of intermediaries, it does so in a way that is very different from other networking technologies.</p>
|
||||
<ul>
|
||||
<li>Reticulum does not use source addresses. No packets transmitted include information about the address, place, machine or person they originated from.</li>
|
||||
<li>There is no central control over the address space in Reticulum. Anyone can allocate as many addresses as they need, when they need them.</li>
|
||||
<li>Reticulum ensures end-to-end connectivity. Newly generated addresses become globally reachable in a matter of seconds to a few minutes.</li>
|
||||
<li>Addresses are <em>self-sovereign</em> and <em>portable</em>. Once an address has been created, it can be moved physically to another place in the network, and continue to be reachable.</li>
|
||||
<li>All communication is secured with <a href="crypto.html">strong, modern encryption</a> by default.</li>
|
||||
<li>All encryption keys are ephemeral, and communication offers forward secrecy by default.</li>
|
||||
<li>It is not possible to establish unencrypted links in Reticulum networks.</li>
|
||||
<li>It is not possible to send unencrypted packets to any destinations in the network.</li>
|
||||
<li>Destinations receiving unencrypted packets will drop them as invalid.</li>
|
||||
</ul>
|
||||
<p align="right"><a href="start.html">Next Topic: Get Started</a></p>
|
||||
</body>
|
||||
</html>
|
||||
35
docs/rnode_bootstrap_console/r/index_de.html
Normal file
35
docs/rnode_bootstrap_console/r/index_de.html
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./index_de.html">Deutsch</a> | <a href="./index.html">English</a> | <a href="./index_pl.html">Polski</a> | <a href="./index_pt-br.html">Português</a></div><div class="top_menu"><a href="index_de.html">Reticulum</a> | <a href="start_de.html">Los Geht's</a> | <a href="hardware_de.html">Hardware</a> | <a href="connect_de.html">Testnetz</a> | <a href="docs_de.html">Handbuch</a> | <a href="crypto_de.html">Krypto</a> | <a href="credits_de.html">Credits</a> | <a href="https://github.com/markqvist/reticulum">Quellcode</a> | <a href="donate_de.html">Unterstützen</a></div></center></p>
|
||||
<h1>Reticulum</h1>
|
||||
<p>Reticulum ist der kryptografiebasierte Netzwerkstack für den Aufbau von lokalen und Weitverkehrsnetzen mit leicht verfügbarer Hardware. Reticulum kann auch unter ungünstigen Bedingungen mit sehr hoher Latenz und extrem geringer Bandbreite weiterarbeiten.</p>
|
||||
<p>Die Vision von Reticulum ist es, jedem die Möglichkeit zu geben, seine eigenen souveränen Kommunikationsnetze zu betreiben, und es billig und einfach zu machen, große Gebiete mit einer Vielzahl von unabhängigen, zusammenschaltbaren und autonomen Netzen abzudecken. Reticulum ist unaufhaltsame Netzwerke für die Menschen.</p>
|
||||
<p align="center"><img width="30%" src="/m/_static/rns_logo_512.png"></p>
|
||||
|
||||
<p>Reticulum ist nicht <em>ein</em> Netzwerk. Es ist ein Werkzeug zum Aufbau <em>tausender</em> Netzwerke. Netze ohne Kill-Switches, Überwachung, Zensur und Kontrolle. Netzwerke, die frei miteinander interagieren, sich verbinden und trennen können. Reticulum ist ein Netzwerk für Menschen.</p>
|
||||
<p>Aus Sicht der Nutzer ermöglicht Reticulum die Entwicklung von Anwendungen, die die Autonomie und Souveränität von Gemeinschaften und Einzelpersonen respektieren und stärken. Reticulum bietet eine sichere digitale Kommunikation, die keiner Kontrolle, Manipulation oder Zensur von außen unterliegt.</p>
|
||||
<p>Reticulum ermöglicht den Aufbau sowohl kleiner als auch potenziell planetarer Netzwerke, ohne dass hierarchische oder behördliche Strukturen zu deren Kontrolle oder Verwaltung erforderlich sind, und sichert Individuen und Gemeinschaften die volle Souveränität über ihre eigenen Netzwerksegmente.</p>
|
||||
<h2>Erwähnenswerte Merkmale</h2>
|
||||
<p>Reticulum löst zwar das gleiche Problem wie jeder andere Netzwerkstack, nämlich Daten zuverlässig von einem Punkt zu einem anderen über eine Reihe von Zwischenstationen zu transportieren, aber auf eine Weise, die sich von anderen Netzwerktechnologien stark unterscheidet.</p>
|
||||
<ul>
|
||||
<li>Reticulum verwendet keine Quelladressen. Keines der übertragenen Pakete enthält Informationen über die Adresse, den Ort, die Maschine oder die Person, von der es stammt.</li>
|
||||
<li>Es gibt keine zentrale Kontrolle über den Adressraum in Reticulum. Jeder kann so viele Adressen zuweisen, wie er braucht und wann er sie braucht.</li>
|
||||
<li>Reticulum gewährleistet eine durchgängige Konnektivität. Neu generierte Adressen werden innerhalb von Sekunden bis wenigen Minuten global erreichbar.</li>
|
||||
<li>Adressen sind <em>selbstständig</em> und <em>portabel</em>. Sobald eine Adresse erstellt wurde, kann sie physisch an einen anderen Ort im Netz verschoben werden und ist weiterhin erreichbar.</li>
|
||||
<li>Die gesamte Kommunikation ist standardmäßig mit <a href="crypto_de.html">starker, moderner Verschlüsselung</a> gesichert.</li>
|
||||
<li>Alle Verschlüsselungsschlüssel sind kurzlebig, und die Kommunikation bietet standardmäßig ein Vorwärtsgeheimnis.</li>
|
||||
<li>Es ist nicht möglich, unverschlüsselte Verbindungen in Reticulum-Netzen herzustellen.</li>
|
||||
<li>Es ist nicht möglich, unverschlüsselte Pakete an beliebige Ziele im Netz zu senden.</li>
|
||||
<li>Ziele, die unverschlüsselte Pakete empfangen, verwerfen diese als ungültig.</li>
|
||||
</ul>
|
||||
<p align="right"><a href="start_de.html">Nächstes Thema: Los geht's</a></p>
|
||||
</body>
|
||||
</html>
|
||||
35
docs/rnode_bootstrap_console/r/index_pl.html
Normal file
35
docs/rnode_bootstrap_console/r/index_pl.html
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./index_de.html">Deutsch</a> | <a href="./index.html">English</a> | <a href="./index_pl.html">Polski</a> | <a href="./index_pt-br.html">Português</a></div><div class="top_menu"><a href="index_pl.html">Reticulum</a> | <a href="start_pl.html">Jak Zacząć</a> | <a href="hardware_pl.html">Hardware</a> | <a href="connect_pl.html">Testnet</a> | <a href="docs_pl.html">Podręcznik</a> | <a href="crypto_pl.html">Krypto</a> | <a href="credits_pl.html">Zasługi</a> | <a href="https://github.com/markqvist/reticulum">Kod Źródłowy</a> | <a href="donate_pl.html">Darowizna</a></div></center></p>
|
||||
<h1>Reticulum</h1>
|
||||
<p>Reticulum to oparty na kryptografii stos sieciowy do budowy sieci lokalnych (LAN) i rozległych (WAN) z wykorzystaniem łatwo dostępnego sprzętu. Reticulum może kontynuować pracę nawet w niekorzystnych warunkach, przy bardzo dużych opóźnieniach i ekstremalnie niskiej przepustowości.</p>
|
||||
<p>Wizją Reticulum jest umożliwienie każdemu zarządzanie własnymi, niezależnymi sieciami komunikacyjnymi, a także umożliwienie taniego i łatwego pokrycia ogromnych obszarów niezliczoną ilością niezależnych, wzajemnie połączonych i autonomicznych sieci. Reticulum to Niepowstrzymane Sieci dla Ludzi.</p>
|
||||
<p align="center"><img width="30%" src="/m/_static/rns_logo_512.png"></p>
|
||||
|
||||
<p>Reticulum nie jest <em>jedną</em> siecią. Jest narzędziem do budowy <em>tysięcy sieci</em>. Sieci bez wyłączników, nadzoru, cenzury i kontroli. Sieci, które mogą swobodnie współdziałać, łączyć się i rozłączać ze sobą. Reticulum to Sieci dla Istot Ludzkich.</p>
|
||||
<p>Z punktu widzenia użytkownika, Reticulum pozwala na tworzenie aplikacji, które szanują i wzmacniają autonomię i niezależność społeczności i jednostek. Reticulum zapewnia bezpieczną komunikację cyfrową, która nie może być poddana zewnętrznej kontroli, manipulacji czy cenzurze.</p>
|
||||
<p>Reticulum umożliwia budowę zarówno małych, jak i potencjalnie planetarnych sieci, bez potrzeby tworzenia hierarchicznych lub biurokratycznych struktur do ich kontroli lub zarządzania, zapewniając jednocześnie jednostkom i społecznościom pełną niezależność nad ich własnymi segmentami sieci.</p>
|
||||
<h2>Istotne Cechy</h2>
|
||||
<p>Podczas gdy Reticulum rozwiązuje ten sam problem, co każdy stos sieciowy, a mianowicie niezawodne przesyłanie danych z jednego punktu do drugiego przez licznych pośredników, robi to w sposób, który bardzo różni się od innych technologii sieciowych.</p>
|
||||
<ul>
|
||||
<li>Reticulum nie korzysta z adresów źródłowych. Żadne przesyłane pakiety nie zawierają informacji o adresie, miejscu, maszynie czy osobie, z której pochodzą.</li>
|
||||
<li>W Reticulum nie ma centralnej kontroli nad przestrzenią adresową. Każdy może przydzielić tyle adresów ile potrzebuje i kiedy potrzebuje.</li>
|
||||
<li>Reticulum zapewnia łączność end-to-end. Nowo wygenerowane adresy stają się globalnie osiągalne w czasie kilku sekund do kilku minut.</li>
|
||||
<li>Adresy są <em>samostanowiące</em> i <em>przenośne</em>. Po utworzeniu adresu można go przenieść fizycznie w inne miejsce w sieci i nadal być osiągalnym.</li>
|
||||
<li>Cała komunikacja jest domyślnie zabezpieczona <a href="crypto_pl.html">silnym, nowoczesnym szyfrowaniem</a>.</li>
|
||||
<li>Wszystkie klucze szyfrujące są efemeryczne, a komunikacja domyślnie oferuje utajnianie z wyprzedzeniem (forward secrecy).</li>
|
||||
<li>W sieciach Reticulum nie ma możliwości tworzenia nieszyfrowanych połączeń.</li>
|
||||
<li>Nie jest możliwe wysyłanie niezaszyfrowanych pakietów do jakichkolwiek miejsc docelowych w sieci.</li>
|
||||
<li>Miejsca docelowe otrzymujące niezaszyfrowane pakiety będą je odrzucały jako nieprawidłowe.</li>
|
||||
</ul>
|
||||
<p align="right"><a href="start_pl.html">Następny Temat: Jak zacząć</a></p>
|
||||
</body>
|
||||
</html>
|
||||
36
docs/rnode_bootstrap_console/r/index_pt-br.html
Normal file
36
docs/rnode_bootstrap_console/r/index_pt-br.html
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./index_de.html">Deutsch</a> | <a href="./index.html">English</a> | <a href="./index_pl.html">Polski</a> | <a href="./index_pt-br.html">Português</a></div><div class="top_menu"><a href="index_pt-br.html">Reticulum</a> | <a href="start_pt-br.html">Começar</a> | <a href="hardware_pt-br.html">Hardware</a> | <a href="connect_pt-br.html">Rede de Teste</a> | <a href="docs_pt-br.html">Manual</a> | <a href="crypto_pt-br.html">Cripto</a> | <a href="credits_pt-br.html">Créditos</a> | <a href="https://github.com/markqvist/reticulum">Código</a> | <a href="donate_pt-br.html">Ajude</a></div></center></p>
|
||||
<h1>Reticulum</h1>
|
||||
<p>Reticulum é uma framework de redes baseada em criptografia para desenvolver redes locais e distantes, utilizando o hardware disponível. Reticulum pode operar em condições adversas como alta latência e velocidade de rede extremamente baixa.</p>
|
||||
<p>A visão do Reticulum é permitir que qualquer um possa operar sua própria rede de comunicação, sendo barato e fácil de cobrir vastas áreas com uma miríade de redes independentes, interconectáveis e autônomas.
|
||||
Reticulum é "Redes Imparáveis Para o Povo".</p>
|
||||
<p align="center"><img width="30%" src="/m/_static/rns_logo_512.png"></p>
|
||||
|
||||
<p>O Reticulum não é <em>uma</em> rede. é uma ferramenta para construir milhares de redes. Redes sem interruptores, espionagem, censura ou controle. Redes que podem livremente interoperar, se associar e disassociar com cada uma. Reticulum é "Redes para Seres Humanos".</p>
|
||||
<p>Pela perspectiva do usuário, Reticulum permite a criação de aplicações que respeitam e empoderam a autonomia e soberania de comunidades e indivíduos. Reticulum provê comunicação digital segura que não pode ser submetida ao controle, manipulação e censura.</p>
|
||||
<p>Reticulum permite a construção de redes pequenas ou de escala planetária, sem a necessidade de estruturas hierárquicas ou burocráticas que controlem elas, enquanto garante que indivíduos e comunidades tenham total soberania sobre suas próprias redes.</p>
|
||||
<h2>Caracteristicas Notáveis</h2>
|
||||
<p>Enquanto o Reticulum resolve o mesmo problema que todo framework de rede, isto é, para obter dados de forma confiável de um ponto para outro por um número de intermediários, faz de uma forma muito diferente de outras tecnologias de rede.</p>
|
||||
<ul>
|
||||
<li>Reticulum não utiliza endereços-fonte, nenhum pacote transmitido inclui informação de endereço, local, computador ou pessoa que enviou.</li>
|
||||
<li>Não há controle central sobre o espaço de endereços no Reticulum. Qualquer um pode criar quantos endereços quiser, quando quiser.</li>
|
||||
<li>Reticulum garante conexão de ponta-a-ponta. Novos endereços criados são acessíveis globalmente em questão de segundos ou minutos.</li>
|
||||
<li>Endereços são soberanos e portáteis. Uma vez que um endereço foi criado, ele pode ser movido fisicamente para outro local da rede, e continuará acessível.</li>
|
||||
<li>Toda conexão é assegurada com criptografia forte e moderna por padrão.</li>
|
||||
<li>Todas as chaves de criptografia são efêmeras, e a comunicação fornece forward-secrecy por padrão.</li>
|
||||
<li>Não é possível criar links sem criptografia em redes Reticulum.</li>
|
||||
<li>Não é possível enviar pacotes sem criptografia para qualquer endereço da rede.</li>
|
||||
<li>Endereços recebendo pacotes sem criptografia iram descartá-los como inválidos.</li>
|
||||
</ul>
|
||||
<p align="right"><a href="start_pt-br.html">Próxima Página: Começar</a></p>
|
||||
</body>
|
||||
</html>
|
||||
35
docs/rnode_bootstrap_console/r/license-de.html
Normal file
35
docs/rnode_bootstrap_console/r/license-de.html
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./license-de.md_de.html">Deutsch</a> | <a href="./license-de.md.html">English</a> | <a href="./license-de.md_pl.html">Polski</a> | <a href="./license-de.md_pt-br.html">Português</a></div><div class="top_menu"><a href="index_de.html">Reticulum</a> | <a href="start_de.html">Los Geht's</a> | <a href="hardware_de.html">Hardware</a> | <a href="connect_de.html">Testnetz</a> | <a href="docs_de.html">Handbuch</a> | <a href="crypto_de.html">Krypto</a> | <a href="credits_de.html">Credits</a> | <a href="https://github.com/markqvist/reticulum">Quellcode</a> | <a href="donate_de.html">Unterstützen</a></div></center></p>
|
||||
<pre><code>MIT Lizenz
|
||||
|
||||
Copyright (c) 2016-2022 Mark Qvist / unsigned.io
|
||||
|
||||
Hiermit wird jeder Person, die eine Kopie dieser Software und der zugehörigen Dokumentationsdateien (die "Software") erwirbt, die kostenlose Erlaubnis erteilt
|
||||
dieser Software und der zugehörigen Dokumentationsdateien (die "Software") erhält, das Recht
|
||||
der Software ohne Einschränkung zu handeln, einschließlich und ohne Einschränkung der Rechte
|
||||
zu nutzen, zu kopieren, zu modifizieren, zusammenzuführen, zu veröffentlichen, zu vertreiben, zu unterlizenzieren und/oder zu verkaufen
|
||||
der Software zu nutzen, zu kopieren, zu modifizieren, zu veröffentlichen, zu vertreiben, zu unterlizenzieren und/oder zu verkaufen, und
|
||||
zu erlauben, dies zu tun, vorbehaltlich der folgenden Bedingungen:
|
||||
|
||||
Der obige Copyright-Hinweis und dieser Genehmigungshinweis müssen in allen Kopien oder wesentlichen Teilen der Software enthalten sein.
|
||||
Kopien oder wesentlichen Teilen der Software enthalten sein.
|
||||
|
||||
DIE SOFTWARE WIRD OHNE MÄNGELGEWÄHR UND OHNE JEGLICHE AUSDRÜCKLICHE ODER
|
||||
STILLSCHWEIGEND, EINSCHLIESSLICH, ABER NICHT BESCHRÄNKT AUF DIE GARANTIE DER MARKTGÄNGIGKEIT,
|
||||
EIGNUNG FÜR EINEN BESTIMMTEN ZWECK UND NICHTVERLETZUNG VON RECHTEN DRITTER. IN KEINEM FALL SIND DIE
|
||||
DIE AUTOREN ODER URHEBERRECHTSINHABER FÜR JEGLICHE ANSPRÜCHE, SCHÄDEN ODER ANDERE
|
||||
HAFTUNG, SEI ES AUS VERTRAG, UNERLAUBTER HANDLUNG ODER ANDERWEITIG, DIE SICH AUS,
|
||||
AUS ODER IN VERBINDUNG MIT DER SOFTWARE ODER DER NUTZUNG ODER DEM SONSTIGEN UMGANG MIT DER
|
||||
SOFTWARE.
|
||||
</code></pre>
|
||||
</body>
|
||||
</html>
|
||||
35
docs/rnode_bootstrap_console/r/license.html
Normal file
35
docs/rnode_bootstrap_console/r/license.html
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./license_de.html">Deutsch</a> | <a href="./license.html">English</a> | <a href="./license_pl.html">Polski</a> | <a href="./license_pt-br.html">Português</a></div><div class="top_menu"><a href="index.html">Reticulum</a> | <a href="start.html">Start</a> | <a href="hardware.html">Hardware</a> | <a href="connect.html">Testnet</a> | <a href="docs.html">Manual</a> | <a href="crypto.html">Crypto</a> | <a href="credits.html">Credits</a> | <a href="https://github.com/markqvist/reticulum">Source</a> | <a href="donate.html">Donate</a></div></center></p>
|
||||
<pre><code>MIT License
|
||||
|
||||
Copyright (c) 2016-2022 Mark Qvist / unsigned.io
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
</code></pre>
|
||||
</body>
|
||||
</html>
|
||||
65
docs/rnode_bootstrap_console/r/start.html
Normal file
65
docs/rnode_bootstrap_console/r/start.html
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./start_de.html">Deutsch</a> | <a href="./start.html">English</a> | <a href="./start_pl.html">Polski</a> | <a href="./start_pt-br.html">Português</a></div><div class="top_menu"><a href="index.html">Reticulum</a> | <a href="start.html">Start</a> | <a href="hardware.html">Hardware</a> | <a href="connect.html">Testnet</a> | <a href="docs.html">Manual</a> | <a href="crypto.html">Crypto</a> | <a href="credits.html">Credits</a> | <a href="https://github.com/markqvist/reticulum">Source</a> | <a href="donate.html">Donate</a></div></center></p>
|
||||
<h1>Get Started</h1>
|
||||
<p>The best way to get started with the Reticulum Network Stack depends on what
|
||||
you want to do. For full details and examples, have a look at the <a href="manual/gettingstartedfast.html">Getting Started Fast</a> section of the <a href="manual/index.html">Reticulum Manual</a>.</p>
|
||||
<h2>Experimental Software</h2>
|
||||
<p><em>Please Know!</em> Reticulum is still in beta. This means, that while it already works very well, and is very stable, there could very well still be critical bugs or flaws in the behaviour, privacy or security of the system as a whole. Use Reticulum if you are comfortable with this, and understand the implications.</p>
|
||||
<h2>Community & Support</h2>
|
||||
<p>If you are having trouble, or if something is not working, here are some great places to ask for help:</p>
|
||||
<ul>
|
||||
<li>The <a href="https://github.com/markqvist/Reticulum/discussions">discussion forum</a> on GitHub</li>
|
||||
<li>The <a href="element://room/!TRaVWNnQhAbvuiSnEK%3Amatrix.org?via=matrix.org">Reticulum Matrix Channel</a> at <code>#reticulum:matrix.org</code></li>
|
||||
<li>The <a href="https://reddit.com/r/reticulum">Reticulum subreddit</a></li>
|
||||
</ul>
|
||||
<h2>Installation</h2>
|
||||
<p>To install Reticulum and related utilities on your system, the easiest way is via pip:</p>
|
||||
<pre><code class="language-bash">pip install rns
|
||||
</code></pre>
|
||||
<p>You can then start any program that uses Reticulum, or start Reticulum as a system service with <a href="manual/using.html#the-rnsd-utility">the rnsd utility</a>.</p>
|
||||
<p>If <code>pip</code> is not available on your system, install the <code>python3</code> and <code>python3-pip</code> packages for your OS first.</p>
|
||||
<p>When first started, Reticulum will create a default configuration file, providing basic connectivity to other Reticulum peers that might be locally reachable. If any of those local peers are Transport Instances, these might connect you to wider networks. The default config file contains a few examples, and references for creating a more complex configuration.</p>
|
||||
<p>For more detailed examples on how to expand communication over many mediums such as packet radio or LoRa, serial ports, or over fast IP links and the Internet using the UDP and TCP interfaces, take a look at the <a href="manual/interfaces.html">Supported Interfaces</a> section of the <a href="manual/index.html">Reticulum Manual</a>.</p>
|
||||
<h2>Included Utilities</h2>
|
||||
<p>Reticulum includes a range of useful utilities for managing your networks, viewing status and information, and other tasks. You can read more about these programs in the <a href="manual/using.html#included-utility-programs">Included Utility Programs</a> section of the <a href="manual/index.html">Reticulum Manual</a>.</p>
|
||||
<ul>
|
||||
<li>The system daemon <code>rnsd</code> for running Reticulum as an always-available service</li>
|
||||
<li>An interface status utility called <code>rnstatus</code>, that displays information about interfaces</li>
|
||||
<li>The path lookup and and management tool <code>rnpath</code> letting you view and modify path tables</li>
|
||||
<li>A diagnostics tool called <code>rnprobe</code> for checking connectivity to destinations</li>
|
||||
<li>A simple file transfer program called <code>rncp</code> making it easy to copy files to remote systems</li>
|
||||
<li>The remote command execution program <code>rnx</code> that let's you run commands and programs and retrieve output from remote systems</li>
|
||||
</ul>
|
||||
<p>All tools, including <code>rnx</code> and <code>rncp</code>, work reliably and well even over very low-bandwidth links like LoRa or Packet Radio.</p>
|
||||
<h2>Programs Using Reticulum</h2>
|
||||
<p>If you want to quickly get an idea of what Reticulum can do, take a look at the following resources.</p>
|
||||
<ul>
|
||||
<li>For an off-grid, encrypted and resilient mesh communications platform, see <a href="https://github.com/markqvist/NomadNet">Nomad Network</a></li>
|
||||
<li>The Android, Linux and macOS app <a href="https://github.com/markqvist/sideband">Sideband</a> has a graphical interface and focuses on ease of use.</li>
|
||||
<li><a href="https://github.com/markqvist/lxmf">LXMF</a> is a distributed, delay and disruption tolerant message transfer protocol built on Reticulum</li>
|
||||
</ul>
|
||||
<h2>Dependencies</h2>
|
||||
<p>The installation of the default <code>rns</code> package requires the dependencies listed below. Almost all systems and distributions have readily available packages for these dependencies, and when the <code>rns</code> package is installed with <code>pip</code>, they will be downloaded and installed as well.</p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/pyca/cryptography">PyCA/cryptography</a></li>
|
||||
<li><a href="https://github.com/al45tair/netifaces">netifaces</a></li>
|
||||
<li><a href="https://github.com/pyserial/pyserial">pyserial</a></li>
|
||||
</ul>
|
||||
<p>On more unusual systems, and in some rare cases, it might not be possible to install or even compile one or more of the above modules. In such situations, you can use the <code>rnspure</code> package instead, which require no external dependencies for installation. Please note that the contents of the <code>rns</code> and <code>rnspure</code> packages are <em>identical</em>. The only difference is that the <code>rnspure</code> package lists no dependencies required for installation.</p>
|
||||
<p>No matter how Reticulum is installed and started, it will load external dependencies only if they are <em>needed</em> and <em>available</em>. If for example you want to use Reticulum on a system that cannot support <a href="https://github.com/pyserial/pyserial">pyserial</a>, it is perfectly possible to do so using the <code>rnspure</code> package, but Reticulum will not be able to use serial-based interfaces. All other available modules will still be loaded when needed.</p>
|
||||
<p><strong>Please Note!</strong> If you use the <code>rnspure</code> package to run Reticulum on systems that do not support <a href="https://github.com/pyca/cryptography">PyCA/cryptography</a>, it is important that you read and understand the <a href="crypto.html">Cryptographic Primitives</a> section of this site.</p>
|
||||
<h2>Performance</h2>
|
||||
<p>Reticulum targets a <em>very</em> wide usable performance envelope, but prioritises functionality and performance over low-bandwidth mediums. The goal is to provide a dynamic performance envelope from 250 bits per second, to 1 gigabit per second on normal hardware.</p>
|
||||
<p>Currently, the usable performance envelope is approximately 500 bits per second to 20 megabits per second, with physical mediums faster than that not being saturated. Performance beyond the current level is intended for future upgrades, but not highly prioritised until the wire format and API has been locked in.</p>
|
||||
<p align="right"><a href="hardware.html">Next Topic: Supported Hardware</a></p>
|
||||
</body>
|
||||
</html>
|
||||
65
docs/rnode_bootstrap_console/r/start_de.html
Normal file
65
docs/rnode_bootstrap_console/r/start_de.html
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./start_de.html">Deutsch</a> | <a href="./start.html">English</a> | <a href="./start_pl.html">Polski</a> | <a href="./start_pt-br.html">Português</a></div><div class="top_menu"><a href="index_de.html">Reticulum</a> | <a href="start_de.html">Los Geht's</a> | <a href="hardware_de.html">Hardware</a> | <a href="connect_de.html">Testnetz</a> | <a href="docs_de.html">Handbuch</a> | <a href="crypto_de.html">Krypto</a> | <a href="credits_de.html">Credits</a> | <a href="https://github.com/markqvist/reticulum">Quellcode</a> | <a href="donate_de.html">Unterstützen</a></div></center></p>
|
||||
<h1>Los geht's</h1>
|
||||
<p>Wie Sie am besten mit dem Reticulum Network Stack beginnen, hängt davon ab, was
|
||||
Sie durchführen möchten. Ausführliche Informationen und Beispiele finden Sie im Abschnitt <a href="manual/gettingstartedfast.html">Schneller Einstieg</a> des <a href="manual/index.html">Reticulum-Handbuchs</a>.</p>
|
||||
<h2>Experimentelle Software</h2>
|
||||
<p><em>Bitte beachten Sie!</em> Reticulum befindet sich noch im Beta-Stadium. Das bedeutet, dass es zwar bereits sehr gut funktioniert und sehr stabil ist, es aber durchaus noch kritische Fehler oder Schwachstellen im Verhalten, im Datenschutz oder in der Sicherheit des gesamten Systems geben kann. Verwenden Sie Reticulum nur, wenn Sie damit einverstanden sind und die Auswirkungen verstehen.</p>
|
||||
<h2>Gemeinschaft & Unterstützung</h2>
|
||||
<p>Wenn Sie Probleme haben oder etwas nicht funktioniert, finden Sie hier einige gute Stellen, an denen Sie um Hilfe bitten können:</p>
|
||||
<ul>
|
||||
<li>Das <a href="https://github.com/markqvist/Reticulum/discussions">Diskussionsforum</a> auf GitHub</li>
|
||||
<li>Der <a href="element://room/!TRaVWNnQhAbvuiSnEK%3Amatrix.org?via=matrix.org">Reticulum-Matrixkanal</a> bei <code>#reticulum:matrix.org</code></li>
|
||||
<li>Der <a href="https://reddit.com/r/reticulum">Reticulum-Subreddit</a></li>
|
||||
</ul>
|
||||
<h2>Installation</h2>
|
||||
<p>Der einfachste Weg, Reticulum und zugehörige Dienstprogramme auf Ihrem System zu installieren, ist über pip:</p>
|
||||
<pre><code class="language-bash">pip install rns
|
||||
</code></pre>
|
||||
<p>Sie können dann jedes Programm starten, das Reticulum verwendet, oder Reticulum als Systemdienst starten mit [dem Dienstprogramm rnsd] .(manual/using.html#the-rnsd-utility).</p>
|
||||
<p>Wenn <code>pip</code> auf Ihrem System nicht verfügbar ist, installieren Sie zuerst die Pakete <code>python3</code> und <code>python3-pip</code> für Ihr Betriebssystem.</p>
|
||||
<p>Beim ersten Start erstellt Reticulum eine Standardkonfigurationsdatei, die eine grundlegende Konnektivität zu anderen Reticulum-Peers herstellt, die lokal erreichbar sein könnten. Wenn es sich bei einem dieser lokalen Peers um eine Transportinstanz handelt, können Sie über diese eine Verbindung zu einem größeren Netzwerk herstellen. Die Standardkonfigurationsdatei enthält einige Beispiele und Referenzen für die Erstellung einer komplexeren Konfiguration.</p>
|
||||
<p>Ausführlichere Beispiele für die Erweiterung der Kommunikation über verschiedene Medien wie Packet Radio oder LoRa, serielle Schnittstellen oder über schnelle IP-Verbindungen und das Internet unter Verwendung der UDP- und TCP-Schnittstellen finden Sie im Abschnitt <a href="manual/interfaces.html">Unterstützte Schnittstellen</a> im <a href="manual/index.html">Reticulum Handbuch</a>.</p>
|
||||
<h2>Enthaltene Dienstprogramme</h2>
|
||||
<p>Reticulum enthält eine Reihe nützlicher Hilfsprogramme zur Verwaltung Ihrer Netzwerke, zur Anzeige von Status und Informationen und für andere Aufgaben. Weitere Informationen zu diesen Programmen finden Sie im Abschnitt <a href="manual/using.html#included-utility-programs">Enthaltene Dienstprogramme</a> im <a href="manual/index.html">Reticulum Handbuch</a>.</p>
|
||||
<ul>
|
||||
<li>Der System-Daemon <code>rnsd</code> für den Betrieb von Reticulum als immer verfügbarer Dienst</li>
|
||||
<li>Ein Dienstprogramm für den Schnittstellenstatus namens <code>rnstatus</code>, das Informationen über Schnittstellen anzeigt</li>
|
||||
<li>Das Werkzeug <code>rnpath</code> zum Nachschlagen und Verwalten von Pfaden, mit dem Sie Pfad-Tabellen anzeigen und ändern können</li>
|
||||
<li>Ein Diagnosewerkzeug namens <code>rnprobe</code> zur Überprüfung der Konnektivität zu Zielen</li>
|
||||
<li>Ein einfaches Dateiübertragungsprogramm namens <code>rncp</code>, das das Kopieren von Dateien auf entfernte Systeme erleichtert</li>
|
||||
<li>Das Programm <code>rnx</code> zur Ausführung von Fernbefehlen, mit dem Sie Befehle und Programme ausführen und Ausgaben von entfernten Systemen abrufen können</li>
|
||||
</ul>
|
||||
<p>Alle Tools, einschließlich <code>rnx</code> und <code>rncp</code>, arbeiten zuverlässig und gut auch über Verbindungen mit sehr geringer Bandbreite wie LoRa oder Packet Radio.</p>
|
||||
<h2>Programme welche Reticulum verwenden</h2>
|
||||
<p>Wenn Sie sich schnell einen Überblick über die Möglichkeiten von Reticulum verschaffen möchten, werfen Sie einen Blick auf die folgenden Ressourcen.</p>
|
||||
<ul>
|
||||
<li>Eine netzunabhängige, verschlüsselte und widerstandsfähige Mesh-Kommunikationsplattform finden Sie unter <a href="https://github.com/markqvist/NomadNet">Nomad Network</a></li>
|
||||
<li>Die Android-, Linux- und macOS-Anwendung <a href="https://github.com/markqvist/sideband">Sideband</a> verfügt über eine grafische Oberfläche und legt den Schwerpunkt auf Benutzerfreundlichkeit.</li>
|
||||
<li><a href="https://github.com/markqvist/lxmf">LXMF</a> ist ein verteiltes, verzögerungs- und unterbrechungstolerantes Nachrichtenübertragungsprotokoll, das auf Reticulum aufbaut.</li>
|
||||
</ul>
|
||||
<h2>Abhängigkeiten</h2>
|
||||
<p>Die Installation des Standardpakets <code>rns</code> erfordert die unten aufgeführten Abhängigkeiten. Fast alle Systeme und Distributionen haben leicht verfügbare Pakete für diese Abhängigkeiten, und wenn das <code>rns</code>-Paket mit <code>pip</code> installiert wird, werden sie ebenfalls heruntergeladen und installiert.</p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/pyca/cryptography">PyCA/cryptography</a></li>
|
||||
<li><a href="https://github.com/al45tair/netifaces">netifaces</a></li>
|
||||
<li><a href="https://github.com/pyserial/pyserial">pyserial</a></li>
|
||||
</ul>
|
||||
<p>Auf ungewöhnlicheren Systemen und in einigen seltenen Fällen ist es möglicherweise nicht möglich, eines oder mehrere der oben genannten Module zu installieren oder gar zu kompilieren. In solchen Situationen können Sie stattdessen das Paket <code>rnspure</code> verwenden, das keine externen Abhängigkeiten für die Installation benötigt. Bitte beachten Sie, dass der Inhalt der Pakete <code>rns</code> und <code>rnspure</code> <em>identisch</em> ist. Der einzige Unterschied besteht darin, dass das Paket <code>rnspure</code> keine Abhängigkeiten auflistet, die für die Installation erforderlich sind.</p>
|
||||
<p>Unabhängig davon, wie Reticulum installiert und gestartet wird, lädt es externe Abhängigkeiten nur, wenn sie <em>benötigt</em> und <em>verfügbar</em> sind. Wenn Sie Reticulum beispielsweise auf einem System verwenden möchten, das <a href="https://github.com/pyserial/pyserial">pyserial</a> nicht unterstützt, ist es durchaus möglich, das Paket <code>rnspure</code> zu verwenden, aber Reticulum kann dann keine seriell basierten Schnittstellen nutzen. Alle anderen verfügbaren Module werden bei Bedarf weiterhin geladen.</p>
|
||||
<p><strong>Bitte beachten Sie!</strong> Wenn Sie das Paket <code>rnspure</code> verwenden, um Reticulum auf Systemen zu betreiben, die <a href="https://github.com/pyca/cryptography">PyCA/cryptography</a> nicht unterstützen, ist es wichtig, dass Sie den Abschnitt <a href="crypto_de.html">Kryptographische Primitiven</a> auf dieser Website lesen und verstehen.</p>
|
||||
<h2>Leistung</h2>
|
||||
<p>Reticulum zielt auf einen <em>sehr</em> großen nutzbaren Leistungsbereich ab, gibt aber der Funktionalität und Leistung Vorrang auf Medien mit geringer Bandbreite. Ziel ist es, einen dynamischen Leistungsbereich von 250 Bit pro Sekunde bis zu 1 Gigabit pro Sekunde auf normaler Hardware bereitzustellen.</p>
|
||||
<p>Derzeit liegt der nutzbare Leistungsbereich bei etwa 500 Bit pro Sekunde bis 20 Megabit pro Sekunde, wobei schnellere physische Medien nicht gesättigt sind. Eine über das derzeitige Niveau hinausgehende Leistung ist für künftige Upgrades vorgesehen, hat aber keine hohe Priorität, solange das Leitungsformat und die API noch nicht festgelegt sind.</p>
|
||||
<p align="right"><a href="hardware_de.html">Nächstes Thema: Unterstützte Hardware</a></p>
|
||||
</body>
|
||||
</html>
|
||||
65
docs/rnode_bootstrap_console/r/start_pl.html
Normal file
65
docs/rnode_bootstrap_console/r/start_pl.html
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./start_de.html">Deutsch</a> | <a href="./start.html">English</a> | <a href="./start_pl.html">Polski</a> | <a href="./start_pt-br.html">Português</a></div><div class="top_menu"><a href="index_pl.html">Reticulum</a> | <a href="start_pl.html">Jak Zacząć</a> | <a href="hardware_pl.html">Hardware</a> | <a href="connect_pl.html">Testnet</a> | <a href="docs_pl.html">Podręcznik</a> | <a href="crypto_pl.html">Krypto</a> | <a href="credits_pl.html">Zasługi</a> | <a href="https://github.com/markqvist/reticulum">Kod Źródłowy</a> | <a href="donate_pl.html">Darowizna</a></div></center></p>
|
||||
<h1>Jak zacząć</h1>
|
||||
<p>Najlepszy sposób na rozpoczęcie pracy z Reticulum Network Stack zależy od tego, co
|
||||
co chcesz zrobić. Aby uzyskać pełne szczegóły i przykłady, sprawdź rodział <a href="manual/gettingstartedfast.html">Jak szybko zacząć</a> w <a href="manual/index.html">Podręczniku Reticulum</a>.</p>
|
||||
<h2>Eksperymentalne Oprogramowanie</h2>
|
||||
<p><em>Proszę Pamiętaj!</em> Reticulum jest wciąż w fazie beta. Oznacza to, że choć działa bardzo dobrze i jest bardzo stabilne, to nadal mogą istnieć krytyczne błędy lub wady w zachowaniu, prywatności lub bezpieczeństwie całego systemu. Używaj Reticulum, jeśli czujesz się z tym komfortowo i rozumiesz konsekwencje.</p>
|
||||
<h2>Społeczność & Wsparcie</h2>
|
||||
<p>Jeśli masz problemy lub coś nie działa, oto kilka świetnych miejsc, w których możesz poprosić o pomoc:</p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/markqvist/Reticulum/discussions">Forum dyskusyjne</a> na GitHubie</li>
|
||||
<li>Kanał <a href="element://room/!TRaVWNnQhAbvuiSnEK%3Amatrix.org?via=matrix.org">Matrix Reticulum</a> pod <code>#reticulum:matrix.org</code></li>
|
||||
<li><a href="https://reddit.com/r/reticulum">Subreddit Reticulum</a></li>
|
||||
</ul>
|
||||
<h2>Instalacja</h2>
|
||||
<p>Najprostszym sposobem, żeby zainstalować Reticulum i powiązane narzędzia jest przy wykorzystanie pip:</p>
|
||||
<pre><code class="language-bash">pip install rns
|
||||
</code></pre>
|
||||
<p>Możesz wtedy uruchomić każdy program, który używa Reticulum, lub uruchomić Reticulum jako usługę systemową za pomocą <a href="manual/using.html#the-rnsd-utility">narzędzia rnsd</a>.</p>
|
||||
<p>Jeśli <code>pip</code> nie jest dostępny na twoim systemie, zainstaluj najpierw pakiety <code>python3</code> i <code>python3-pip</code> dla swojego systemu operacyjnego.</p>
|
||||
<p>Przy pierwszym uruchomieniu Reticulum tworzy domyślny plik konfiguracyjny, zapewniający podstawową łączność z innymi serwerami Reticulum, które mogą być osiągalne lokalnie. Jeśli któryś z tych lokalnych peerów jest Instancją Transportową, może on połączyć Ciebie z większymi sieciami. Domyślny plik konfiguracyjny zawiera kilka przykładów oraz referencje do tworzenia bardziej złożonych konfiguracji.</p>
|
||||
<p>W celu uzyskania bardziej szczegółowych przykładów dotyczących rozszerzenia komunikacji za pomocą wielu mediów, takich jak packet radio lub LoRa, porty szeregowe lub za pomocą szybkich łączy IP i Internetu przy użyciu interfejsów UDP i TCP, sprawdź sekcję <a href="manual/interfaces.html">Wspierane Interfejsy</a> w <a href="manual/index.html">Podręczniku Reticulum</a>.</p>
|
||||
<h2>Zawarte Narzędzia</h2>
|
||||
<p>Reticulum zawiera szereg przydatnych narzędzi do zarządzania sieciami, przeglądania stanu i informacji oraz innych zadań. You can read more about these programs in the Możesz przeczytać więcej o tych programach w sekcji <a href="manual/using.html#included-utility-programs">Zawarte Programy Użytkowe</a> w <a href="manual/index.html">Podręczniku Reticulum</a>.</p>
|
||||
<ul>
|
||||
<li>Demon systemowy <code>rnsd</code> do uruchamiania Reticulum jako zawsze dostępnej usługi</li>
|
||||
<li>Narzędzie statusu interfejsu o nazwie <code>rnstatus</code>, które wyświetla informacje o interfejsach</li>
|
||||
<li>Narzędzie do wyszukiwania i zarządzania ścieżkami <code>rnpath</code> pozwalające na przeglądanie i modyfikowanie tablic ścieżek</li>
|
||||
<li>Narzędzie diagnostyczne o nazwie <code>rnprobe</code> do sprawdzania łączności z miejscami docelowymi</li>
|
||||
<li>Prosty program do transferu plików o nazwie <code>rncp</code> ułatwiający kopiowanie plików na zdalne systemy</li>
|
||||
<li>Program do zdalnego wykonywania poleceń <code>rnx</code>, który pozwala uruchamiać polecenia i programy oraz pobierać dane wyjściowe ze zdalnych systemów</li>
|
||||
</ul>
|
||||
<p>Wszystkie narzędzia, w tym <code>rnx</code> i <code>rncp</code>, działają niezawodnie i dobrze nawet na łączach o bardzo niskiej przepustowości, takich jak LoRa czy Packet Radio.</p>
|
||||
<h2>Programy Używające Reticulum</h2>
|
||||
<p>Jeśli chcesz szybko zorientować się, co potrafi Reticulum, zapoznaj się z poniższymi materiałami.</p>
|
||||
<ul>
|
||||
<li>Dla pozasieciowej, szyfrowanej i odpornej platformy komunikacyjnej typu mesh, zobacz <a href="https://github.com/markqvist/NomadNet">Nomad Network</a></li>
|
||||
<li>Aplikacja <a href="https://github.com/markqvist/sideband">Sideband</a> na Androida, Linuxa i macOS posiada interfejs graficzny i koncentruje się na łatwości użytkowania.</li>
|
||||
<li><a href="https://github.com/markqvist/lxmf">LXMF</a> jest rozproszonym, odpornym na opóźnienia i zakłócenia protokołem wysyłania wiadomości zbudowanym na Reticulum</li>
|
||||
</ul>
|
||||
<h2>Zależności</h2>
|
||||
<p>Instalacja domyślnego pakietu <code>rns</code> wymaga zależności wymienionych poniżej. Prawie wszystkie systemy i dystrybucje mają łatwo dostępne pakiety dla tych zależności, a kiedy pakiet <code>rns</code> jest instalowany z <code>pip</code>, zostaną one pobrane i zainstalowane również.</p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/pyca/cryptography">PyCA/cryptography</a></li>
|
||||
<li><a href="https://github.com/al45tair/netifaces">netifaces</a></li>
|
||||
<li><a href="https://github.com/pyserial/pyserial">pyserial</a></li>
|
||||
</ul>
|
||||
<p>Na bardziej nietypowych systemach, w niektórych rzadkich przypadkach, może nie być możliwe zainstalowanie lub nawet skompilowanie jednego lub więcej z powyższych modułów. W takich sytuacjach można użyć pakietu <code>rnspure</code>, który nie wymaga zewnętrznych zależności do instalacji. Proszę zauważyć, że zawartość pakietów <code>rns</code> i <code>rnspure</code> jest <em>identyczna</em>. Jedyną różnicą jest to, że pakiet <code>rnspure</code> nie zawiera żadnych zależności wymaganych do instalacji.</p>
|
||||
<p>Bez względu na to, jak Reticulum jest zainstalowane i uruchomione, załaduje zewnętrzne zależności tylko wtedy, gdy są one <em>potrzebne</em> i <em>dostępne</em>. Jeśli na przykład chcesz używać Reticulum na systemie, który nie może obsługiwać <a href="https://github.com/pyserial/pyserial">pyserial</a>, jest to całkowicie możliwe przy użyciu pakietu rnspure, ale Reticulum nie będzie w stanie korzystać z interfejsów opartych na portach szeregowych. Wszystkie inne dostępne moduły będą nadal ładowane w razie potrzeby.</p>
|
||||
<p><strong>Uwaga!</strong> Jeśli używasz pakietu rnspure do uruchomienia Reticulum na systemach, które nie wspierają <a href="https://github.com/pyca/cryptography">PyCA/cryptography</a>, ważne jest, abyś przeczytał i zrozumiał sekcję <a href="crypto.html">Prymitywy Kryptograficzne</a> na tej stronie.</p>
|
||||
<h2>Wydajność</h2>
|
||||
<p>Reticulum celuje w <em>bardzo</em> szeroki zakres wydajności użytkowej, ale priorytetowo traktuje funkcjonalność i wydajność w stosunku do mediów o niskiej przepustowości. Celem jest zapewnienie dynamicznej wydajności od 250 bitów na sekundę do 1 gigabita na sekundę na normalnym sprzęcie.</p>
|
||||
<p>Obecnie użyteczna wydajność wynosi około 500 bitów na sekundę do 20 megabitów na sekundę, z nośnikami fizycznymi szybszymi niż te które nie są nienasycone. Wydajność wykraczająca poza obecny poziom jest przeznaczona do przyszłych aktualizacji, ale nie ma wysokiego priorytetu do czasu zablokowania formatu przewodów i API.</p>
|
||||
<p align="right"><a href="hardware_pl.html">Następny Temat: Wspierany Hardware</a></p>
|
||||
</body>
|
||||
</html>
|
||||
64
docs/rnode_bootstrap_console/r/start_pt-br.html
Normal file
64
docs/rnode_bootstrap_console/r/start_pt-br.html
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p><center><div class="top_menu lang_menu"><a href="./start_de.html">Deutsch</a> | <a href="./start.html">English</a> | <a href="./start_pl.html">Polski</a> | <a href="./start_pt-br.html">Português</a></div><div class="top_menu"><a href="index_pt-br.html">Reticulum</a> | <a href="start_pt-br.html">Começar</a> | <a href="hardware_pt-br.html">Hardware</a> | <a href="connect_pt-br.html">Rede de Teste</a> | <a href="docs_pt-br.html">Manual</a> | <a href="crypto_pt-br.html">Cripto</a> | <a href="credits_pt-br.html">Créditos</a> | <a href="https://github.com/markqvist/reticulum">Código</a> | <a href="donate_pt-br.html">Ajude</a></div></center></p>
|
||||
<h1>Começar</h1>
|
||||
<p>A melhor forma de começar com o framework Reticulum depende do que você quer fazer. para detalhes completos e exemplos, olhe na seção <a href="manual/gettingstartedfast.html">Começo Rápido</a> do <a href="manual/index.html">Manual Reticulum</a>.</p>
|
||||
<h2>Software Experimental</h2>
|
||||
<p><em>Atenção!</em> Reticulum ainda está em beta, Isso significa que ele atualmente executa bem, muito estável, mesmo assim ainda pode ter bugs críticos e falhas no funcionamento, privacidade ou a segurança do sistema como um todo.
|
||||
Utilize o Reticulum se estiver confortável em relação a isso e entenda suas implicações.</p>
|
||||
<h2>Comunidade e Ajuda</h2>
|
||||
<p>Se você estiver com problemas ou se algo não estiver funcionando, aqui estão alguns ótimos lugares para pedir ajuda:</p>
|
||||
<ul>
|
||||
<li>O <a href="https://github.com/markqvist/Reticulum/discussions">fórum de discussão</a> no GitHub</li>
|
||||
<li>O canal da <a href="element://room/!TRaVWNnQhAbvuiSnEK%3Amatrix.org?via=matrix.org">Matrix do Retículum</a> em <code>#reticulum:matrix.org</code></li>
|
||||
<li>O <a href="https://reddit.com/r/reticulum">subreddit Reticulum</a></li>
|
||||
</ul>
|
||||
<h2>Instalação</h2>
|
||||
<p>Para instalar o Reticulum e utilitários relacionados no seu sistema, a forma mais fácil é via pip:</p>
|
||||
<pre><code class="language-bash">pip install rns
|
||||
</code></pre>
|
||||
<p>Feito isto, é possível utilizar qualquer programa que utilize o Reticulum ou inicie o Reticulum como um serviço do sistema com a <a href="https://reticulum.network/manual/using.html#the-rnsd-utility">ferramenta rnsd</a>.</p>
|
||||
<p>Se o <code>pip</code> não estiver disponível no seu sistema, instale o <code>python3</code> ou <code>python3-pip</code> no seu sistema antes.</p>
|
||||
<p>Durante a primeira execução, Reticulum irá criar um arquivo de configuração padrão, provendo conexão básica para outros pares Reticulum que podem ser alcançados. Se algum desses pares locais são Instâncias de Transporte, isso poderá te conectar a redes maiores. O arquivo de configuração padrão tem alguns exemplos e referências para criar uma configuração mais complexa.</p>
|
||||
<p>Para exemplos mais detalhados de como expandir a comunicação por muitos dispositivos, tais como rádio amador, LoRa, portas seriais, links rápidos de IP ou pela Internet utilizando UDP ou TCP, leia mais na seção de <a href="manual/interfaces.html">Interfaces Suportadas</a> do <a href="manual/index.html">Manual Reticulum</a>.</p>
|
||||
<h2>Ferramentas Incluídas</h2>
|
||||
<p>Reticulum incluí uma variedade de ferramentas úteis para gerenciar suas redes, como ver estado, informações e outras tarefas. Você pode ler mais sobre essas ferramentas na seção de <a href="manual/using.html#included-utility-programs">Utilitários Incluídos</a> do <a href="manual/index.html">Manual Reticulum</a>.</p>
|
||||
<ul>
|
||||
<li>O serviço de sistema <code>rnsd</code> (daemon) para executar o Reticulum é um serviço sempre disponível.</li>
|
||||
<li>Uma ferramenta para interface de estado chamada <code>rnstatus</code>, que mostra informações sobre as interfaces.</li>
|
||||
<li>A ferramenta para bloqueio de caminho e gerenciamento <code>rnpath</code> permitindo que você observe e modifique tabelas de caminho.</li>
|
||||
<li>Uma ferramenta de diagnóstico chamada <code>rnprobe</code> para checar a conectividade nos destinos.</li>
|
||||
<li>Um programa simples de transferência de arquivos chamado <code>rncp</code> tornando fácil de copiar arquivos para sistemas remotos.</li>
|
||||
<li>Um programa de comandos remotos <code>rnx</code> que permite você executar comandos e programas para obter dados de sistemas remotos.</li>
|
||||
</ul>
|
||||
<p>Todas as ferramentas, incluindo <code>rnx</code> e <code>rncp</code>, funcionam de forma confiável e bem mesmo sob links de baixa largura de banda como LoRa e rádio amador.</p>
|
||||
<h2>Programas utilizando Reticulum</h2>
|
||||
<p>Se você quiser ter uma noção do que o Reticulum é capaz de fazer, veja os seguintes projetos.</p>
|
||||
<ul>
|
||||
<li>Para uma plataforma de comunicação mesh resiliente, isolada da Internet e criptografada, veja a <a href="https://github.com/markqvist/NomadNet">Nomad Network</a>.</li>
|
||||
<li>O app <a href="https://github.com/markqvist/Sideband">Sideband</a> para Android, Linux e MacOSX possuí interface gráfica e foca em facilidade.</li>
|
||||
<li><a href="https://github.com/markqvist/LXMF">LXMF</a> é um protocolo de transferência de mensagens distribuído, resistente a delays e interrupções, criado no Reticulum.</li>
|
||||
</ul>
|
||||
<h2>Dependências</h2>
|
||||
<p>A instalação do pacote padrão <code>rns</code> requer as dependências listadas abaixo. Quase todos os sistemas e distribuições tem pacotes disponíveis para estas dependências, quando o pacote <code>rns</code> é instalado via <code>pip</code>, eles serão baixados e instalados em conjunto.</p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/pyca/cryptography">PyCA/cryptography</a></li>
|
||||
<li><a href="https://github.com/al45tair/netifaces">netifaces</a></li>
|
||||
<li><a href="https://github.com/pyserial/pyserial">pyserial</a></li>
|
||||
</ul>
|
||||
<p>Em alguns sistemas ou em raros casos, pode não ser possível instalar ou até compilar um ou mais dos módulos acima. Em tais situações, você pode utilizar o pacote <code>rnspure</code> no lugar, que não irá pedir dependências externas para instalação. Note que o conteúdo dos pacotes <code>rns</code> e <code>rnspure</code> é idêntico. A única diferença são as listas do pacote <code>rnspure</code> que não requerem dependências para instalação.</p>
|
||||
<p>Não importa como o Reticulum é instalado ou iniciado, ele vai carregar as dependências externas apenas caso forem necessárias ou disponíveis. Se por exemplo você quer utilizar o Reticulum em um sistema que não suporta o <a href="https://github.com/pyserial/pyserial">pyserial</a>, é perfeitamente possível utilizar o pacote rnspure, mas o Reticulum em sistemas que não suportam a <a href="https://github.com/pyca/cryptography">PyCA/cryptography</a>, é importante que você leia e entenda a seção de <a href="crypto.html">Criptografia</a> neste site.</p>
|
||||
<h2>Desempenho</h2>
|
||||
<p>Reticulum possuí um grande potencial de desempenho, mas prioriza a funcionalidade e desempenho em dispositivos de baixa largura de rede. O objetivo é fornecer desempenho dinâmico de 250 bits por segundo para 1 gigabit por segundo em hardware normal.</p>
|
||||
<p>Atualmente o desempenho usual é aproximadamente 500 bits por segundo até 20 megabits por segundo, com dispositivos físicos mais rápidos que isso não sendo saturados. O desempenho além do nível atual é esperado para as próximas atualizações, mas não com prioridade alta até que o formato de cabo e API estejam maduros.</p>
|
||||
<p align="right"><a href="hardware_pt-br.html">Próxima Página: Hardware Compátivel</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue