blob: 5a2d19776d8e6df07d925e32226ce94f5a5062a9 (
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
; DEPRECATED for new Linux sites — heterogeneous multi-id station (legacy only).
; Policy: one RF device per max25d host. Use separate Linux hosts for additional radios.
; See docs/ARCHITECTURE.md § Linux host policy — one RF device.
;
; Full heterogeneous station - TNC2C + PK-TNC2 + BayCom/based (max25e0/bcpr) + CRDOP
; Copy to /etc/max25/max25d.ini and adjust paths for your site.
; BayCom + CRDOP backends are architecturally wired; live RF may be untested.
[daemon]
mode = standalone
hardware = tncs
device = tnc2c
[devices]
default = tnc2c
tnc2c = /dev/ttyS4
pktnc2 = /dev/ttyS5
; baycom-ser12 = baycom:a ; LEGACY kernel - prefer max25e0 = max25-bcpr:bc0
soft-crdop = crdop:default
[network]
tcp_host = 0.0.0.0
tcp_port = 7325
unix_socket = /run/max25/modem.sock
tcp_password =
[modem]
callerid = CB-0
callid = QST
ax25_ui = yes
[stack]
auto_start = yes
[serial.tnc2c]
baud = 19200
line = 8n1
dtr_rts = yes
kiss_entry = kiss_on
[serial.pktnc2]
baud = 9600
line = 8n1
dtr_rts = no
kiss_entry = auto
[device.baycom-ser12]
kiss_link = /var/run/baycom-pr/kiss
modem = a
baycom_ini = /etc/baycom/baycom-pr.ini
[device.soft-crdop]
host = 127.0.0.1
port = 8515
listen = yes
|