diff options
Diffstat (limited to 'share/max25/max25d.freebsd.bcpr.ini.example')
| -rw-r--r-- | share/max25/max25d.freebsd.bcpr.ini.example | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/share/max25/max25d.freebsd.bcpr.ini.example b/share/max25/max25d.freebsd.bcpr.ini.example new file mode 100644 index 0000000..5789e15 --- /dev/null +++ b/share/max25/max25d.freebsd.bcpr.ini.example @@ -0,0 +1,39 @@ +; max25d — FreeBSD + PC-COM / max25-bcpr (ExSys cuau2 default) +; Copy: cp share/max25/max25d.freebsd.bcpr.ini.example /usr/local/etc/max25/max25d.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 +; user = akb +; group = dialer + +[devices] +default = max25e0 +max25e0 = max25-bcpr:bc0 + +[network] +tcp_host = 0.0.0.0 +tcp_port = 7325 +unix_socket = /var/run/max25/modem.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 |
