diff options
| author | info@mode42.com <info@mode42.com> | 2026-08-07 18:25:13 +0000 |
|---|---|---|
| committer | info@mode42.com <info@mode42.com> | 2026-08-07 18:25:13 +0000 |
| commit | 04d965d67a7264a1c7c211494aebda1953df7603 (patch) | |
| tree | 0ebd700a6e219f84a26a656f4bee8778bc75da7b /stacks/tncs/hybbx-dual.ini | |
Initial push
Diffstat (limited to 'stacks/tncs/hybbx-dual.ini')
| -rw-r--r-- | stacks/tncs/hybbx-dual.ini | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/stacks/tncs/hybbx-dual.ini b/stacks/tncs/hybbx-dual.ini new file mode 100644 index 0000000..5e7e753 --- /dev/null +++ b/stacks/tncs/hybbx-dual.ini @@ -0,0 +1,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 |
