blob: f3d50c738d113b63d9d62457c211c51c54625f04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
; MainAX25-Stack (MAX25-Stack) — HyBBX Secondary host (CRDOP / soft-crdop)
; Merge into HyBBX hybbx.ini on Secondary node.
; Prerequisite: crdopc running (max25-ctl start --hardware soft-modems --device soft-crdop)
[networks]
crdop = yes
[transport.crdop1]
enabled = yes
modem_host = 127.0.0.1
modem_port = 8515
mycall = CB-0
listen = yes
circuit_host = main.example.com
circuit_port = 7323
link_id = max25-crdop
link_password = changeme
|