Compare commits

...

3 Commits

Author SHA1 Message Date
Mark Qvist
c0339c0f46 Updated testnet info 2023-08-30 02:15:34 +02:00
Mark Qvist
b64bb166c0 Updated testnet info 2023-08-30 01:50:12 +02:00
Mark Qvist
31d30030dc Updated readme 2023-08-29 18:50:05 +02:00
2 changed files with 12 additions and 11 deletions

View File

@ -63,7 +63,8 @@ For more info, see [reticulum.network](https://reticulum.network/)
- Low cost of keeping links open at only 0.44 bits per second - Low cost of keeping links open at only 0.44 bits per second
## Roadmap ## Roadmap
While Reticulum is already a fully featured and functional networking stack, many improvements and additions are actively being worked on, and planned for the future. While Reticulum is already a fully featured and functional networking stack,
many improvements and additions are actively being worked on, and planned for the future.
To learn more about the direction and future of Reticulum, please see the [Development Roadmap](./Roadmap.md). To learn more about the direction and future of Reticulum, please see the [Development Roadmap](./Roadmap.md).
@ -241,11 +242,11 @@ I2P. Just add one of the following interfaces to your Reticulum configuration
file: file:
``` ```
# TCP/IP interface to the RNS Dublin Hub # TCP/IP interface to the RNS Amsterdam Hub
[[RNS Testnet Dublin]] [[RNS Testnet Amsterdam]]
type = TCPClientInterface type = TCPClientInterface
enabled = yes enabled = yes
target_host = dublin.connect.reticulum.network target_host = amsterdam.connect.reticulum.network
target_port = 4965 target_port = 4965
# TCP/IP interface to the BetweenTheBorders Hub (community-provided) # TCP/IP interface to the BetweenTheBorders Hub (community-provided)
@ -259,7 +260,7 @@ file:
[[RNS Testnet I2P Hub]] [[RNS Testnet I2P Hub]]
type = I2PInterface type = I2PInterface
enabled = yes enabled = yes
peers = pmlm3l5rpympihoy2o5ago43kluei2jjjzsalcuiuylbve3mwi2a.b32.i2p peers = g3br23bvx3lq5uddcsjii74xgmn6y5q325ovrkq2zw2wbzbqgbuq.b32.i2p
``` ```
The testnet also contains a number of [Nomad Network](https://github.com/markqvist/nomadnet) nodes, and LXMF propagation nodes. The testnet also contains a number of [Nomad Network](https://github.com/markqvist/nomadnet) nodes, and LXMF propagation nodes.

View File

@ -219,11 +219,11 @@ by adding one of the following interfaces to your ``.reticulum/config`` file:
.. code:: .. code::
# TCP/IP interface to the Dublin hub # TCP/IP interface to the RNS Amsterdam Hub
[[RNS Testnet Dublin]] [[RNS Testnet Amsterdam]]
type = TCPClientInterface type = TCPClientInterface
enabled = yes enabled = yes
target_host = dublin.connect.reticulum.network target_host = amsterdam.connect.reticulum.network
target_port = 4965 target_port = 4965
# TCP/IP interface to the BetweenTheBorders Hub (community-provided) # TCP/IP interface to the BetweenTheBorders Hub (community-provided)
@ -233,11 +233,11 @@ by adding one of the following interfaces to your ``.reticulum/config`` file:
target_host = betweentheborders.com target_host = betweentheborders.com
target_port = 4242 target_port = 4242
# Interface to I2P hub A # Interface to Testnet I2P Hub
[[RNS Testnet I2P Hub A]] [[RNS Testnet I2P Hub]]
type = I2PInterface type = I2PInterface
enabled = yes enabled = yes
peers = uxg5kubabakh3jtnvsipingbr5574dle7bubvip7llfvwx2tgrua.b32.i2p peers = g3br23bvx3lq5uddcsjii74xgmn6y5q325ovrkq2zw2wbzbqgbuq.b32.i2p
Many other Reticulum instances are connecting to this testnet, and you can also join it Many other Reticulum instances are connecting to this testnet, and you can also join it
via other entry points if you know them. There is absolutely no control over the network via other entry points if you know them. There is absolutely no control over the network