blob: f47cf6a62b819b561cb33e28caf834df63cd160f (
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
|
; MAX25-Stack-Lite — CRDOP sound-card modem (example)
; Localhost only: max25d, crdop, and terminal on the SAME PC.
; Copy: sudo cp share/max25/max25d.lite.crdop.ini.example /etc/max25/max25d.ini
; Also: cp stacks/crdop/share/crdop.ini.example ~/.config/crdop/crdop.ini
; Wizard: ./scripts/max25-lite-setup.sh
[daemon]
mode = standalone
hardware = soft-modems
device = soft-crdop
[network]
tcp_host = 127.0.0.1
tcp_port = 7325
unix_socket = /run/max25/modem.sock
tcp_password =
[modem]
callerid = CB-0
callid = QST
ax25_ui = yes
[reporting]
error_transmissions = yes
voice_transmissions = yes
data_passes = 3
data_quality_min = 50
data_pass_seconds = 20
[stack]
auto_start = yes
[devices]
default = soft-crdop
soft-crdop = crdop:default
[device.soft-crdop]
host = 127.0.0.1
port = 8515
listen = yes
|