Skip to content

Portable Emergency Node Configuration

Example configuration for a go-kit node used during severe weather or outages.

owner:
  long_name: "JTXMesh Go-Kit"
  short_name: "JTXG"

device:
  node_name: "JTX-GOKIT-01"

radio:
  tx_power_dbm: 17
  region: "US"

position:
  gps_enabled: true
  fixed_position: false
  # More frequent updates can help with field coordination, but keep it reasonable
  position_broadcast_secs: 180

telemetry:
  enabled: true
  interval_secs: 900

channels:
  # Channel plan: 0 LongFast, 1 jtxm-alerts, 2 jtxm-gen, 3 jtxm-mqtt, 4 jtxm-ops
  - index: 0
    name: "LongFast"
    role: "PRIMARY"
    encrypted: true
    psk_base64: "AQ=="

  - index: 1
    name: "jtxm-alerts"
    role: "SECONDARY"
    encrypted: true
    psk_base64: "AQ=="

  - index: 2
    name: "jtxm-gen"
    role: "SECONDARY"
    encrypted: true
    psk_base64: "AQ=="

  - index: 3
    name: "jtxm-mqtt"
    role: "SECONDARY"
    encrypted: true
    psk_base64: "AQ=="

  - index: 4
    name: "jtxm-ops"
    role: "SECONDARY"  # Mesh operators only
    encrypted: true
    psk_base64: "OPS_PSK_BASE64"

mqtt:
  enabled: false

power:
  is_router: false
  power_saving: false