diff options
| author | info@mode42.com <info@mode42.com> | 2026-08-07 18:23:28 +0000 |
|---|---|---|
| committer | info@mode42.com <info@mode42.com> | 2026-08-07 18:23:28 +0000 |
| commit | fa05a5f8238e9e1417235711656e5062ccc843a7 (patch) | |
| tree | 46fbbd18de54492b59307c16efcc7f3152723238 /share/max25/max25d.lite.ini.example | |
Initial push
Diffstat (limited to 'share/max25/max25d.lite.ini.example')
| -rw-r--r-- | share/max25/max25d.lite.ini.example | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/share/max25/max25d.lite.ini.example b/share/max25/max25d.lite.ini.example new file mode 100644 index 0000000..c7c17b9 --- /dev/null +++ b/share/max25/max25d.lite.ini.example @@ -0,0 +1,44 @@ +; MAX25-Stack-Lite — one radio, one terminal (example) +; Localhost only: max25d + max25-terminal on the SAME PC. No LAN / no remote terminal. +; Copy: sudo cp share/max25/max25d.lite.ini.example /etc/max25/max25d.ini + +[daemon] +mode = standalone +hardware = tncs +device = tnc2c + +[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 +serial_watch = yes +serial_watch_interval = 60 +stack_recover_only = yes +serial_bootwait_escalate = yes +serial_bootwait_escalate_after = 3 + +[devices] +default = tnc2c +tnc2c = /dev/ttyUSB0 + +[serial.tnc2c] +baud = 19200 +line = 8n1 +dtr_rts = yes +kiss_entry = kiss_on |
