blob: 7c781fefc305a532aec257e33d50fc16bd483f4d (
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
|
; max25d — FreeBSD Secondary (PC-COM / max25-bcpr)
; Use with Main tmodem @ :7325 — one RF backend per max25d.
; Copy: cp share/max25/max25d.freebsd.secondary.ini.example /usr/local/etc/max25/max25d-secondary.ini
; Start bcpr first: max25-bcpr-ctl start --ini /usr/local/etc/max25/max25-bcpr.ini
[features]
baycom = no
pccom = no
max25_bcpr = yes
tmodem = no
[daemon]
mode = standalone
hardware = tncs
device = max25e0
[devices]
default = max25e0
max25e0 = max25-bcpr:bc0
[network]
tcp_host = 0.0.0.0
tcp_port = 7327
unix_socket = /var/run/max25/modem-secondary.sock
tcp_password =
[modem]
callerid = CB-0
callid = QST
ax25_ui = yes
[stack]
auto_start = yes
serial_watch = no
[device.max25e0]
kiss_link = /tmp/max25-bcpr/kiss-bc0
max25_bcpr_ini = /usr/local/etc/max25/max25-bcpr.ini
|