# ReticulumHF RNS Configuration
# This config sets up the Pi as a TCP bridge for phone apps (Sideband)

[reticulum]
  enable_transport = Yes
  share_instance = Yes
  shared_instance_port = 37428
  instance_control_port = 37429
  panic_on_interface_error = No

[logging]
  loglevel = 4

[interfaces]

  # TCP Server Interface - Sideband connects here over WiFi
  [[TCP Server Interface]]
    type = TCPServerInterface
    enabled = yes
    listen_ip = 0.0.0.0
    listen_port = 4242

  # I2P Interface - enabled by setup portal if user selects it
  # [[I2P Interface]]
  #   type = I2PInterface
  #   enabled = no
  #   peers = i2p.reticulum.network

  # FreeDV TNC Interface - configured by setup portal
  # Uncomment and configure after running setup portal
  #[[HF Radio Interface]]
  #  type = KISSInterface
  #  enabled = no
  #  port = /tmp/freedvtnc2
  #  speed = 115200
  #  databits = 8
  #  parity = none
  #  stopbits = 1
  #  flow_control = False
