Resources

Videos

Reticulum backbone interfaces

To extend your private Recticulum network, you can connect it to other Recticulum networks by appending their configurations to your .reticulum/config file:

IP-based example

[[Rhein_Main_RNS]]
  type = BackboneInterface
  enabled = yes
  remote = 185.132.45.222
  target_port = 4242
  transport_identity = dd5d31a84c6a105adfcd0301bbda2e37

LoRa-based example

[[Darmstadt]]
  type = RNodeInterface
  enabled = yes
  # Set your serial port (Windows: COMx, Linux: /dev/ttyUSBx)
  port = /dev/ttyUSB0
  frequency = 869525000
  bandwidth = 250000
  spreadingfactor = 9
  codingrate = 5
  # Note: frequency/parameters must match the remote node