From 20cb29c2f8c5c87bc590896854a20b1473ceb358 Mon Sep 17 00:00:00 2001 From: "info@mode42.com" Date: Sat, 8 Aug 2026 03:54:55 +0000 Subject: #2 --- share/hybbx-secondary.ini.example | 64 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 share/hybbx-secondary.ini.example (limited to 'share/hybbx-secondary.ini.example') diff --git a/share/hybbx-secondary.ini.example b/share/hybbx-secondary.ini.example new file mode 100644 index 0000000..ab9db5e --- /dev/null +++ b/share/hybbx-secondary.ini.example @@ -0,0 +1,64 @@ +; SUPERSEDED — use share/hybbxsd-secondary.ini.example (hybbxsd Secondary instance) +; HyBBX v2.8.0 — Secondary (RF host → Main HBX hub) +; Pair with: share/hybbx-main.ini.example or share/hybbx-mesh.ini.example +; Prerequisite: max25d preps serial on this host — HyBBX KISS attach only. +; link_id / link_password / frequency_mhz must match Main [transport.packet_radioN] + +[service] +name = hyBBX-secondary +login_announce = no +; login_announce = yes — "*** User login: user@plugin" (not Guest; not invisible Sysop); +; /who and /online list as user@plugin + +[storage] +backend = flatfile +path = data-secondary + +[auth] +auto_login = no + +[log] +enabled = yes +dir = logs +level = warn + + +[monitor] +enabled = yes +follow_hybbx = yes +follow_security = yes +invisible-sysop = no +invite_timeout_sec = 20 +; allow = Alice,Bob +; invisible-sysop = yes — Sysop always hidden from /who (even without /monitor on) + +[networks] +ax25 = yes +baycom = no +tmodem = no +circuit = no + +[max25] +check = yes +host = 127.0.0.1 +port = 7325 +; error/voice STATUS: max25d [reporting] only (3×20s passes, 50% min good, defaults) + +[transport.packet_radio1] +circuit_host = main.example.com +circuit_port = 7323 +link_id = secondary-1 +link_password = changeme +frequency_mhz = 27.205 +tnc = tnc2c +protocol = kiss +device = /dev/ttyUSB0 +baud = 9600 +kiss_entry = none +modem = tcm3105 +radio_baud = 1200 +radio_band = amateur +radio_duplex = half + +[ax25] +frequency1 = 27.205 -- cgit v1.3.1