blob: 5e7e753e0b61fbd3164ddb9786ff03aa09544a6e (
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
56
57
58
59
60
61
62
|
; TNCs-Stack — HyBBX service mode dual TNC (packet_radio)
; For two serial TNCs on unique UARTs. Do not use when BayCom already owns ttyS0.
; Prerequisite: max25d [devices] with tnc2c + pktnc2, boot-wait / recovery per port.
; BayCom dual-radio HyBBX: share/hybbx/service-dual.ini.example instead.
;
; Example (both TNCs active, no BayCom on ttyS0):
; tnc2c → /dev/ttyS4
; pktnc2 → /dev/ttyS5
;
; MAX25 owns KISS entry on both ports — kiss_entry = none on each transport.
[networks]
ax25 = yes
[transport.packet_radio1]
enabled = yes
tnc = tnc2c
protocol = kiss
device_type = serial
device = /dev/ttyS4
baud = 19200
serial_line = 8n1
rts_dtr = yes
kiss_entry = none
modem = tcm3105
radio_baud = 2400
radio_band = cb
frequency_mhz = 27.235
txdelay = 50
persist = 255
slot = 10
circuit_host = main.example.com
circuit_port = 7323
link_id = max25-tnc2c
link_password = changeme
mycall = CB-0
[transport.packet_radio2]
enabled = yes
tnc = pktnc2
protocol = kiss
device_type = serial
device = /dev/ttyS5
baud = 9600
serial_line = 8n1
rts_dtr = no
kiss_entry = none
modem = tcm3105
radio_baud = 1200
radio_band = cb
frequency_mhz = 27.205
txdelay = 50
persist = 255
slot = 10
circuit_host = main.example.com
circuit_port = 7323
link_id = max25-pktnc2
link_password = changeme
mycall = CB-1
[max25]
check = yes
|