summaryrefslogtreecommitdiff
path: root/share/max25/max25d.lite.crdop.ini.example
diff options
context:
space:
mode:
authorinfo@mode42.com <info@mode42.com>2026-08-07 18:23:28 +0000
committerinfo@mode42.com <info@mode42.com>2026-08-07 18:23:28 +0000
commitfa05a5f8238e9e1417235711656e5062ccc843a7 (patch)
tree46fbbd18de54492b59307c16efcc7f3152723238 /share/max25/max25d.lite.crdop.ini.example
Initial push
Diffstat (limited to 'share/max25/max25d.lite.crdop.ini.example')
-rw-r--r--share/max25/max25d.lite.crdop.ini.example40
1 files changed, 40 insertions, 0 deletions
diff --git a/share/max25/max25d.lite.crdop.ini.example b/share/max25/max25d.lite.crdop.ini.example
new file mode 100644
index 0000000..f47cf6a
--- /dev/null
+++ b/share/max25/max25d.lite.crdop.ini.example
@@ -0,0 +1,40 @@
+; MAX25-Stack-Lite — CRDOP sound-card modem (example)
+; Localhost only: max25d, crdop, and terminal on the SAME PC.
+; Copy: sudo cp share/max25/max25d.lite.crdop.ini.example /etc/max25/max25d.ini
+; Also: cp stacks/crdop/share/crdop.ini.example ~/.config/crdop/crdop.ini
+; Wizard: ./scripts/max25-lite-setup.sh
+
+[daemon]
+mode = standalone
+hardware = soft-modems
+device = soft-crdop
+
+[network]
+tcp_host = 127.0.0.1
+tcp_port = 7325
+unix_socket = /run/max25/modem.sock
+tcp_password =
+
+[modem]
+callerid = CB-0
+callid = QST
+ax25_ui = yes
+
+[reporting]
+error_transmissions = yes
+voice_transmissions = yes
+data_passes = 3
+data_quality_min = 50
+data_pass_seconds = 20
+
+[stack]
+auto_start = yes
+
+[devices]
+default = soft-crdop
+soft-crdop = crdop:default
+
+[device.soft-crdop]
+host = 127.0.0.1
+port = 8515
+listen = yes
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com