reticulum_website/docs/index_zh-cn.html
2023-12-25 20:53:33 +01:00

36 lines
3.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html>
<head>
<link rel="stylesheet" href="css/water.css?v=6">
<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> | <a href="./index_tr.html">Türkçe</a> | <a href="./index_jp.html">日本語</a> | <a href="./index_zh-cn.html">简体中文</a></div><div class="top_menu"><a href="index_zh-cn.html">Reticulum</a> | <a href="start_zh-cn.html">开始使用</a> | <a href="hardware_zh-cn.html">硬件要求</a> | <a href="connect_zh-cn.html">测试网络</a> | <a href="docs_zh-cn.html">阅读手册</a> | <a href="crypto_zh-cn.html">密码学</a> | <a href="credits_zh-cn.html">致谢</a> | <a href="https://github.com/markqvist/reticulum">源代码</a> | <a href="donate_zh-cn.html">支持开发</a></div></center></p>
<h1>Reticulum</h1>
<p>Reticulum 是一个基于密码学的网络栈。人们可以用现有的硬件设备基于 Reticulum 搭建本地乃至广域的网络。它甚至可以在极高延迟与极低带宽的情况下运行。</p>
<p>目前的 Reticulum 能够让任何人运行自己的通讯网络。用独立、互联、自治的网络覆盖大片地域从未如此简单与低价。Reticulum 是为了人民、势不可挡的网络。</p>
<p align="center"><img width="30%" src="gfx/reticulum_logo_512.png"></p>
<p>Reticulum 不是<em>一个</em>网络,而是用于搭建<em>成千上万</em>网络的工具——成千上万个没有停止按钮kill-switches、没有监控、没有审查与控制但却协调运作、有机结合、为了人类的网络。</p>
<p>在用户看来Reticulum 能够用来创造尊重社区与个人的自治型与独立性的应用。它提供了无法被外部操纵、篡改、审查的安全数字通信。</p>
<p>Reticulum 可以构建下至小规模,大至全星球的网络体系,而无需任何层级或是官僚化的结构来控制与管理,同时还能保证社区与个人在自己那部分网络的完全自主权。</p>
<h2>值得注意的特质Notable Characteristics</h2>
<p>虽然 Reticulum 解决的是任何一个网络栈都会试着去解决的问题(把数据通过数个中间节点可靠地从一方传输到另一方),但是解决问题的方式却与其他网络技术相当不同。</p>
<ul>
<li>Reticulum 不使用源地址source addresses。发出包不会包含源地址、发送位置、机器与操作者之类的信息。</li>
<li>Reticulum 中没有对于地址空间的中央控制。任何人都可以在需要的时候分配任意多的地址。</li>
<li>Reticulum 保证端到端连接性。新生的地址会在几秒到数分钟之内全局可及。</li>
<li>地址是<em><a href="https://zh.wikipedia.org/zh-cn/%E8%BA%AB%E4%BB%BD%E8%87%AA%E4%B8%BB%E6%9D%83">自主</a><a href="https://en.wikipedia.org/wiki/Self-sovereign_identity">self-sovereign</a></em><em>便携portable</em>的。它们可以在物理上被移动到网络的另一位置并仍旧保持可及。</li>
<li>所有通信都默认是由<a href="crypto.html">现代、健壮的加密</a>保护的。</li>
<li>所有的加密密钥都是临时ephemeral的。通信默认自带前向保密forward secrecy</li>
<li>不可能在 Reticulum 网络中建立未加密连接。</li>
<li>不可能在 Reticulum 网络中向任何目标发送未加密的数据包。</li>
<li>收到未加密数据包的目标会将数据包视为无效并丢弃。</li>
</ul>
<p align="right"><a href="start_zh-cn.html">下一个主题: 开始使用</a></p>
</body>
</html>