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-tnc2c.ini | |
Initial push
Diffstat (limited to 'stacks/tncs/hybbx-tnc2c.ini')
| -rw-r--r-- | stacks/tncs/hybbx-tnc2c.ini | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/stacks/tncs/hybbx-tnc2c.ini b/stacks/tncs/hybbx-tnc2c.ini new file mode 100644 index 0000000..e1d0faa --- /dev/null +++ b/stacks/tncs/hybbx-tnc2c.ini @@ -0,0 +1,38 @@ +; TNCs-Stack — HyBBX Secondary host (TNC2C / packet_radio) +; Canonical shipped copy: share/hybbx/tnc2c-host.ini.example +; Merge into HyBBX hybbx.ini on Secondary node. +; Prerequisite: max25d auto_start or ./scripts/max25-ctl start --hardware tncs --device tnc2c +; +; Example onboard layout: TNC2C on /dev/ttyS4 (ttyS0 = BayCom, ttyS5 = PK-TNC2). +; USB Linux hosts: set device = /dev/ttyUSB0 or /dev/serial/by-id/... + +[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 +clock_mhz = 4.9 +radio_band = cb +radio_duplex = half +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 + +[max25] +check = yes |
