blob: 9fbefb950fdc85707a1a722df6a9fe70d57b2530 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
; HyBBX INI — co-host / secondary RF (BayCom/based via MAX25 KISS prep)
; max25d: mode=hybbx-main | hybbx-cohost | hybbx-host
; [features] baycom=yes max25_bcpr=yes
; max25e0 = max25-bcpr:bc0 → kiss_link /tmp/max25-bcpr/kiss-bc0
; HyBBX opens KISS after max25d prep — max25d does not hold the fd.
; Copy to hybbx.ini on RF host; circuit_host points at Main hub when split.
[instance]
standalone = yes
[networks]
baycom = yes
ax25 = no
[max25]
check = yes
host = 127.0.0.1
port = 7325
[circuit]
enabled = yes
; circuit_host on transport rows when linking to remote Main
[transport.baycom1]
backend = kiss
device = /tmp/max25-bcpr/kiss-bc0
serial_baud = 1200
radio_baud = 1200
txdelay = 35
slot = 10
persist = 128
txtail = 2
circuit_host = main.example.com
circuit_port = 7323
link_id = max25-pccom-kiss
link_password = changeme
link_role = link
frequency_mhz = 27.205
|