From 04d965d67a7264a1c7c211494aebda1953df7603 Mon Sep 17 00:00:00 2001 From: "info@mode42.com" Date: Fri, 7 Aug 2026 18:25:13 +0000 Subject: Initial push --- share/max25/max25d.full-station.ini.example | 55 +++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 share/max25/max25d.full-station.ini.example (limited to 'share/max25/max25d.full-station.ini.example') diff --git a/share/max25/max25d.full-station.ini.example b/share/max25/max25d.full-station.ini.example new file mode 100644 index 0000000..5a2d197 --- /dev/null +++ b/share/max25/max25d.full-station.ini.example @@ -0,0 +1,55 @@ +; DEPRECATED for new Linux sites — heterogeneous multi-id station (legacy only). +; Policy: one RF device per max25d host. Use separate Linux hosts for additional radios. +; See docs/ARCHITECTURE.md § Linux host policy — one RF device. +; +; Full heterogeneous station - TNC2C + PK-TNC2 + BayCom/based (max25e0/bcpr) + CRDOP +; Copy to /etc/max25/max25d.ini and adjust paths for your site. +; BayCom + CRDOP backends are architecturally wired; live RF may be untested. + +[daemon] +mode = standalone +hardware = tncs +device = tnc2c + +[devices] +default = tnc2c +tnc2c = /dev/ttyS4 +pktnc2 = /dev/ttyS5 +; baycom-ser12 = baycom:a ; LEGACY kernel - prefer max25e0 = max25-bcpr:bc0 +soft-crdop = crdop:default + +[network] +tcp_host = 0.0.0.0 +tcp_port = 7325 +unix_socket = /run/max25/modem.sock +tcp_password = + +[modem] +callerid = CB-0 +callid = QST +ax25_ui = yes + +[stack] +auto_start = yes + +[serial.tnc2c] +baud = 19200 +line = 8n1 +dtr_rts = yes +kiss_entry = kiss_on + +[serial.pktnc2] +baud = 9600 +line = 8n1 +dtr_rts = no +kiss_entry = auto + +[device.baycom-ser12] +kiss_link = /var/run/baycom-pr/kiss +modem = a +baycom_ini = /etc/baycom/baycom-pr.ini + +[device.soft-crdop] +host = 127.0.0.1 +port = 8515 +listen = yes -- cgit v1.3.1