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

32 lines
3.0 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="./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> | <a href="./hardware_tr.html">Türkçe</a> | <a href="./hardware_jp.html">日本語</a> | <a href="./hardware_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>硬件支持Supported Hardware</h1>
<p>Reticulum 可以被用在任意一个最低支持 500 比特/秒吞吐量、具有 500 字节 MTU最大传输单元的半/全双工信道上。数字无线电、调制解调器、LoRa无线电、串口线、AX.25 终端节点控制器(TNCs)、业余无线电台的数字模式、WiFi与以太网、自由空间光通信(free-space optical links)等等,都是 Reticulum 支持的物理设备。下面是一个简单列表:</p>
<ul>
<li>任意以太网设备</li>
<li>几乎所有的基于 WiFi 的硬件</li>
<li>LoRa使用 <a href="https://unsigned.io/rnode/">RNode</a></li>
<li>封包无线电终端节点控制器Packet Radio TNCs (带或不带 AX.25 均可)</li>
<li>兼容KISS的硬件或软件调制解调器</li>
<li>任何带串口的设备</li>
<li>TCP over IP</li>
<li>UDP over IP</li>
<li>外部程序(通过 stdio 或是管道)</li>
<li>自制硬件(通过 stdio 或是管道)</li>
</ul>
<p>若想了解更多细节或是查看完整的支持列表,请参阅手册的<a href="manual/hardware.html">通信硬件Communications Hardware</a><a href="manual/interfaces.html">受支持的界面Supported Interfaces</a>部分。</p>
<p>Reticulum 也可以在现有的 IP 网络之上建立连接所以没有什么阻止你在有线以太网本地的无线网或是互联网上使用它。在这些地方它都能工作。事实上Reticulum 的一大优势就是允许你混合使用各种基础设施把不同的传输介质连接成一个无需人为干预self-configuring、可自恢复resilient、加密的网状网络。</p>
<p>你完全可以搭建一个连着 LoRa 无线电、封包无线电终端节点控制器 和 WiFi 的树莓派。在这些硬件都设置好之后Reticulum 会处理剩下的一切。所有在 WiFi 侧的设备便可以和无线电侧的设备自由通信了,反之亦然。</p>
<p align="right"><a href="connect_zh-cn.html">下一个主题: 公共测试网络</a></p>
</body>
</html>