summaryrefslogtreecommitdiff
path: root/share/hybbx-secondary.ini.example
diff options
context:
space:
mode:
authorinfo@mode42.com <info@mode42.com>2026-08-08 03:54:55 +0000
committerinfo@mode42.com <info@mode42.com>2026-08-08 03:54:55 +0000
commit20cb29c2f8c5c87bc590896854a20b1473ceb358 (patch)
tree2857f41513a56ad41af97b57362639298aa7f033 /share/hybbx-secondary.ini.example
#2
Diffstat (limited to 'share/hybbx-secondary.ini.example')
-rw-r--r--share/hybbx-secondary.ini.example64
1 files changed, 64 insertions, 0 deletions
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
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com