summaryrefslogtreecommitdiff
path: root/share/max25/max25d.ini.example
blob: 1cffbbc4591eee16b6dfc7f28e8ee1ae58cdf152 (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
; MAX25-Stack-Lite — one radio, one terminal (example)
; Localhost only: max25d + max25-terminal on the SAME PC. No LAN / no remote terminal.
; Copy: sudo cp share/max25/max25d.lite.ini.example /etc/max25/max25d.ini
; Edit only the device path for your modem.

[daemon]
mode = standalone
hardware = tncs
device = tnc2c

[network]
tcp_host = 127.0.0.1
tcp_port = 7325
unix_socket = /run/max25/modem.sock
; Empty = no AUTH on loopback smoke tests; set before LAN exposure
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
serial_watch = yes
serial_watch_interval = 60
stack_recover_only = yes
serial_bootwait_escalate = yes
serial_bootwait_escalate_after = 3

[devices]
default = tnc2c
tnc2c = /dev/ttyUSB0

[serial.tnc2c]
baud = 19200
line = 8n1
dtr_rts = yes
kiss_entry = kiss_on
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com