reticulum_website/source/connect_jp.md
2023-12-24 21:50:38 -05:00

32 lines
1.9 KiB
Markdown
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.

# パブリックテストネット
物理的なネットワークを構築せずに実験を始めたい場合は、パブリックレティキュラムテストネットに参加してください。テストネットはまさにそれであり、テストと実験のための非公式なネットワークです。ほとんどの時間稼働しており、誰でも参加できますが、それは同時にサービスの可用性に対する保証がないことも意味します。
テストネットは最新のレティキュラムのバージョンを実行しており公開される前の短い期間でもあることがよくあります、時折実験的なレティキュラムのバージョンがテストネット上のードに展開されることがあり、それにより奇妙な動作が発生する可能性があります。それでも怖くない場合は、TCPまたはI2Pを使用してテストネットに参加できます。
次のいずれかのインターフェースをReticulumの設定ファイルに追加してください
```
# Dublin HubへのTCP/IPインターフェース
[[RNS Testnet Dublin]]
type = TCPClientInterface
enabled = yes
target_host = dublin.connect.reticulum.network
target_port = 4965
# BetweenTheBorders HubへのTCP/IPインターフェースコミュニティ提供
[[RNS Testnet BetweenTheBorders]]
type = TCPClientInterface
enabled = yes
target_host = betweentheborders.com
target_port = 4242
# I2P Hub Aへのインターフェース
[[RNS Testnet I2P Hub A]]
type = I2PInterface
enabled = yes
peers = g3br23bvx3lq5uddcsjii74xgmn6y5q325ovrkq2zw2wbzbqgbuq.b32.i2p
```
テストネットには[Nomad Network](https://github.com/markqvist/nomadnet)ノードおよび[LXMF](https://github.com/markqvist/lxmf)伝播ノードも含まれています。
<p align="right"><a href="docs.html">次のトピック:マニュアルを読む</a></p>