reticulum_website/docs/connect_zh-cn.html

40 lines
2.7 KiB
HTML
Raw Normal View History

2023-12-25 14:53:33 -05:00
<!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>
2024-05-18 13:18:57 -04:00
<p><center><div class="top_menu lang_menu"><a href="./connect_de.html">Deutsch</a> | <a href="./connect.html">English</a> | <a href="./connect_es.html">Español</a> | <a href="./connect_nl.html">Nederlands</a> | <a href="./connect_pl.html">Polski</a> | <a href="./connect_pt-br.html">Português</a> | <a href="./connect_tr.html">Türkçe</a> | <a href="./connect_jp.html">日本語</a> | <a href="./connect_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>
2023-12-26 06:34:15 -05:00
<h1>公共测试网络</h1>
<p>如果你只是想立刻上手使用,而不想搭建物理意义上的网络的话,你可以加入公开的 Reticulum 测试网络。这是一个非正式的用于测试与实验的网络。大部分时间它都会在线,所有人都可以加入。同时,“测试”也意味着没有可用性保障。</p>
<p>测试网络运行的是最新版的 Reticulum甚至会在正式发布之前更新。有时实验版的 Reticulum 会被部署到测试网络的节点之上,这可能会产生奇怪的行为。如果这些都没让你感到害怕,欢迎通过 TCP 或是 I2P 加入测试网络。</p>
<p>你仅需在 Reticulum 的配置文件中加入以下任意一个界面:</p>
<pre><code># Dublin Hub 的 TCP/IP 界面
2023-12-25 14:53:33 -05:00
[[RNS Testnet Dublin]]
type = TCPClientInterface
enabled = yes
target_host = dublin.connect.reticulum.network
target_port = 4965
2023-12-26 06:34:15 -05:00
# BetweenTheBorders Hub (社区提供) 的 TCP/IP 界面
2023-12-25 14:53:33 -05:00
[[RNS Testnet BetweenTheBorders]]
type = TCPClientInterface
enabled = yes
2024-08-30 10:04:41 -04:00
target_host = reticulum.betweentheborders.com
2023-12-25 14:53:33 -05:00
target_port = 4242
2023-12-26 06:34:15 -05:00
# I2P Hub A 界面
2023-12-25 14:53:33 -05:00
[[RNS Testnet I2P Hub A]]
type = I2PInterface
enabled = yes
peers = g3br23bvx3lq5uddcsjii74xgmn6y5q325ovrkq2zw2wbzbqgbuq.b32.i2p
</code></pre>
<p>测试网络中还有几个 <a href="https://github.com/markqvist/nomadnet">Nomad Network</a> 节点和 <a href="https://github.com/markqvist/lxmf">LXMF</a> 传播节点propagation nodes</p>
<p align="right"><a href="docs_zh-cn.html">下一个主题:阅读手册</a></p>
</body>
</html>