blob: e4537e285ddc96d09ae114636ffca05ca4889732 (
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 + T-Modem-c1224 USB KISS (prototype)
; Copy: cp share/max25/max25d.freebsd.tmodem.ini.example /usr/local/etc/max25/max25d.ini
; Device: /dev/cuaU0 (callout) — adjust uhub / by-id symlink as needed.
[features]
baycom = no
pccom = no
max25_bcpr = no
tmodem = yes
[daemon]
mode = standalone
hardware = tncs
device = tmodem
[devices]
default = tmodem
tmodem = /dev/cuaU0
[network]
tcp_host = 0.0.0.0
tcp_port = 7325
unix_socket = /var/run/max25/modem.sock
tcp_password =
[modem]
callerid = CB-0
callid = QST
ax25_ui = yes
[stack]
auto_start = yes
serial_watch = no
[serial.tmodem]
baud = 115200
line = 8n1
dtr_rts = no
|