Deutsch | English | Español | Nederlands | Polski | Português | Türkçe | 日本語 | 简体中文
Reticulum | Começar | Hardware | Conectar | Manual | Criptografia | Créditos | Código | Ajude

Rede de Teste Pública

Se você quiser experimentar sem criar nenhuma rede física, você é bem-vindo para entrar na Rede de Teste Pública Reticulum. A rede de teste é apenas isso, uma rede informal para teste e experimentação. Estará online na maior parte do tempo e qualquer um pode entrar, mas isso também significa que não há garantia da disponibilidade do serviço.

A rede de teste executa a última versão do Reticulum (muitas vezes antes da versão ser publicamente lançada). Algumas vezes versões experimentais do Reticulum podem ser utilizada em nós da rede de teste, que pode causar instabilidade. Se nada disso importa para você, você pode entrar na rede de teste via TCP ou I2P.

Adicione uma das seguintes interfaces no arquivo de configuração do seu Reticulum:

# Interface TCP/IP para o Dublin Hub
  [[RNS Testnet Dublin]]
    type = TCPClientInterface
    enabled = yes
    target_host = dublin.connect.reticulum.network
    target_port = 4965

# Interface TCP/IP para o BetweenTheBorders Hub
  [[RNS Testnet BetweenTheBorders]]
    type = TCPClientInterface
    enabled = yes
    target_host = reticulum.betweentheborders.com
    target_port = 4242

# Interface para o I2P Hub A
  [[RNS Testnet I2P Hub A]]
    type = I2PInterface
    enabled = yes
    peers = g3br23bvx3lq5uddcsjii74xgmn6y5q325ovrkq2zw2wbzbqgbuq.b32.i2p

A rede de teste também contém o número de nós da Nomad Network e nós de propagação LXMF.

Pontos de entrada da comunidade

Vários pontos de entrada disponíveis publicamente para redes Reticulum foram fornecidos pela comunidade. Para uso diário, é recomendado usar estes em vez da testnet.

Você pode conectar seus dispositivos ou instâncias a um ou mais destes para obter acesso a quaisquer redes Reticulum às quais eles estejam fisicamente conectados.

O ideal é configurar um nó de transporte Reticulum que seus próprios dispositivos possam alcançar localmente e, em seguida, conectar esse nó de transporte a alguns pontos de entrada públicos. Isso fornecerá conexões eficientes e redundância caso algum deles fique inativo.

# These are community-provided public Reticulum entrypoints
# served over TCP, and available over the public Internet.

  [[dismails TCP Interface]]
    type = TCPClientInterface
    interface_enabled = true
    target_host = rns.dismail.de
    target_port = 7822

  [[ChaosNet]]
    type = TCPClientInterface
    interface_enabled = True
    target_host = rns.c3.jitter.eu
    target_port = 4242

  [[interloper node]]
    type = TCPClientInterface
    interface_enabled = true
    target_host = intr.cx
    target_port = 4242

  [[The Outpost]]
    type = TCPClientInterface
    interface_enabled = true
    target_host = theoutpost.life
    target_port = 4242

  [[Beleth RNS Hub]]
    type = TCPClientInterface
    interface_enabled = true
    target_host = rns.beleth.net
    target_port = 4242

  [[Rocket Tech Hub]]
    type = TCPClientInterface
    enabled = yes
    target_host = reticulum.rocket-tech.net
    target_port = 443

  [[SparkN0de]]
    type = TCPClientInterface
    interface_enabled = true
    target_host = aspark.uber.space
    target_port = 44860

  [[Tidudanka.com]]
    type = TCPClientInterface
    enabled = yes
    target_host = reticulum.tidudanka.com
    target_port = 37500

  [[quad4net tcp]]
    type = TCPClientInterface
    enabled = yes
    target_host = rns.quad4.io
    target_port = 4242

  [[nisa-node]]
    type = TCPClientInterface
    enabled = yes
    target_host = nisa.cat
    target_port = 4242

  [[acehoss]]
    type = TCPClientInterface
    enabled = yes
    target_host = rns.acehoss.net
    target_port = 4242

  [[RNS Testnet StoppedCold]]
    type = TCPClientInterface
    enabled = yes
    target_host = rns.stoppedcold.com
    target_port = 4242

  [[RNS COMSEC-RD]]
    type = TCPClientInterface
    enabled = yes
    target_host = 80.78.23.249
    target_port = 4242

  [[R-Net TCP]]
    type = TCPClientInterface
    enabled = yes
    target_host = istanbul.reserve.network
    target_port = 9034

  [[RNS TCP Node Germany 001]]
    type = TCPClientInterface
    enabled = true
    target_host = 202.61.243.41
    target_port = 4965

  [[RNS TCP Node Germany 002]]
    type = TCPClientInterface
    enabled = true
    target_host = 193.26.158.230
    target_port = 4965

  [[Quortal TCP Node]]
    type = TCPClientInterface
    enabled = true
    target_host = reticulum.qortal.link
    target_port = 4242

  [[mobilefabrik TCP]]
    type = TCPClientInterface
    enabled = true
    target_host = phantom.mobilefabrik.com
    target_port = 4242

  [[g00n.cloud Hub]]
    type = TCPClientInterface
    enabled = true
    target_host = dfw.us.g00n.cloud
    target_port = 6969

  [[RNS_Transport_US-East]]
    type = TCPClientInterface
    interface_enabled = true
    target_host = 45.77.109.86
    target_port = 4965

Próxima Página: Leia o Manual