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 /share/max25/max25d.freebsd.secondary.ini.example | |
Initial push
Diffstat (limited to 'share/max25/max25d.freebsd.secondary.ini.example')
| -rw-r--r-- | share/max25/max25d.freebsd.secondary.ini.example | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/share/max25/max25d.freebsd.secondary.ini.example b/share/max25/max25d.freebsd.secondary.ini.example new file mode 100644 index 0000000..7c781fe --- /dev/null +++ b/share/max25/max25d.freebsd.secondary.ini.example @@ -0,0 +1,38 @@ +; max25d — FreeBSD Secondary (PC-COM / max25-bcpr) +; Use with Main tmodem @ :7325 — one RF backend per max25d. +; Copy: cp share/max25/max25d.freebsd.secondary.ini.example /usr/local/etc/max25/max25d-secondary.ini +; Start bcpr first: max25-bcpr-ctl start --ini /usr/local/etc/max25/max25-bcpr.ini + +[features] +baycom = no +pccom = no +max25_bcpr = yes +tmodem = no + +[daemon] +mode = standalone +hardware = tncs +device = max25e0 + +[devices] +default = max25e0 +max25e0 = max25-bcpr:bc0 + +[network] +tcp_host = 0.0.0.0 +tcp_port = 7327 +unix_socket = /var/run/max25/modem-secondary.sock +tcp_password = + +[modem] +callerid = CB-0 +callid = QST +ax25_ui = yes + +[stack] +auto_start = yes +serial_watch = no + +[device.max25e0] +kiss_link = /tmp/max25-bcpr/kiss-bc0 +max25_bcpr_ini = /usr/local/etc/max25/max25-bcpr.ini |
