summaryrefslogtreecommitdiff
path: root/share/max25/max25d.secondary-linux.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'share/max25/max25d.secondary-linux.ini.example')
-rw-r--r--share/max25/max25d.secondary-linux.ini.example46
1 files changed, 46 insertions, 0 deletions
diff --git a/share/max25/max25d.secondary-linux.ini.example b/share/max25/max25d.secondary-linux.ini.example
new file mode 100644
index 0000000..180e5b0
--- /dev/null
+++ b/share/max25/max25d.secondary-linux.ini.example
@@ -0,0 +1,46 @@
+; MAX25-Stack — Linux Secondary (hardware TNC, modular TCP/IP service)
+; Use when FreeBSD hosts Main + CRDOP — this Linux host extends RF only.
+; Copy: cp share/max25/max25d.secondary-linux.ini.example /etc/max25/max25d.ini
+; Register instance_id + host:port in FreeBSD Main [modular_tcp.secondaries].
+
+[features]
+baycom = no
+pccom = no
+
+[daemon]
+mode = service
+hardware = tncs
+device = tnc2c
+
+[devices]
+default = tnc2c
+tnc2c = /dev/ttyS4
+; max25e0 = max25-bcpr:bc0 ; BayCom/based via bcpr
+; baycom-ser12 = baycom:default ; LEGACY kernel — prefer max25e0
+
+[modular_tcp]
+enabled = yes
+role = secondary
+service_name = modular-tcp-server
+instance_id = secondary-linux-1
+
+[network]
+tcp_host = 0.0.0.0
+tcp_port = 7327
+unix_socket = /run/max25/modem.sock
+
+[modem]
+callerid = CB-0
+callid = QST
+ax25_ui = yes
+
+[stack]
+auto_start = yes
+
+; [device.baycom-ser12] ; LEGACY — prefer [device.max25e0]
+kiss_link = /var/run/baycom-pr/kiss
+baycom_ini = /etc/baycom/baycom-pr.ini
+
+; Optional TUN on Linux Secondary — interface name max25d0 only
+; [netdev]
+; enabled = no
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com