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.freebsd.ini.example | 35 ++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 share/max25/max25d.freebsd.ini.example (limited to 'share/max25/max25d.freebsd.ini.example') diff --git a/share/max25/max25d.freebsd.ini.example b/share/max25/max25d.freebsd.ini.example new file mode 100644 index 0000000..4a913f9 --- /dev/null +++ b/share/max25/max25d.freebsd.ini.example @@ -0,0 +1,35 @@ +; MAX25-Stack — FreeBSD Secondary (CRDOP/OSS, modular TCP/IP service) +; Copy: cp share/max25/max25d.freebsd.ini.example /usr/local/etc/max25/max25d.ini +; Audio: pkg install sox — set capture/playback in share/crdop/crdop.freebsd.ini.example + +[daemon] +mode = standalone +hardware = soft-modems +device = soft-crdop + +[devices] +default = soft-crdop +soft-crdop = crdop:default + +[device.soft-crdop] +host = 127.0.0.1 +port = 8515 + +[modular_tcp] +enabled = yes +role = secondary +service_name = modular-tcp-server +instance_id = secondary-1 + +[network] +tcp_host = 0.0.0.0 +tcp_port = 7326 +unix_socket = /var/run/max25/modem.sock + +[modem] +callerid = CB-0 +callid = QST +ax25_ui = yes + +[stack] +auto_start = yes -- cgit v1.3.1