summaryrefslogtreecommitdiff
path: root/share/clients/soft-crdop.yaml
blob: 81ae5a2342ad7d967d15527201a4d37a70f77587 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
schema_version: 1
id: soft-crdop
label: MAX25-SoftModem (CRDOP)
type: client-profile
status: active

connection:
  host: 127.0.0.1
  port: 7325
  unix_socket: /run/max25/modem.sock
  tcp_only: false

device:
  id: soft-crdop
  hardware: soft-modems

session:
  callerid: CB-0
  callid: QST
  ax25_ui: true

terminal:
  pacing_baud: 1200
  line_width: 80
  payload_max: 256

max25d:
  ini_example: share/max25/max25d.ini.example
  device_section: device.soft-crdop
  ctl_start: stacks/crdop/scripts/crdopc
  default_ini: stacks/crdop/share/crdop.ini.example

softmodem:
  product: MAX25-SoftModem
  phase: development_and_testing
  protocol: max25-softmodem
  baud_primary: 1200
  baud_max: 19200
  duplex: [half, full]
  ax25_packet_radio: acoustically_compatible
  use_like_hardware_modem: true
  audio_required: true
  coupling: [line_level, acoustic]
  host: 127.0.0.1
  control_port: 8515
  data_port: 8516
  listen: true

hybbx:
  ini_example: share/hybbx/crdop-host.ini.example
  plugin: crdop

docs:
  - stacks/crdop/docs/INDEX.md
  - stacks/crdop/README.md
  - stacks/crdop/docs/SOFTMODEM.md
  - stacks/crdop/ROADMAP.md
  - plugins/devices/soft-crdop/plugin.yaml

notes: |
  MAX25-SoftModem (CRDOP) — MAX25-Stack STANDARD (built unless MAX25_BUILD_CRDOP=OFF).
  Development and test phase. 1200 baud+, half/full duplex.
  Acoustically AX.25/Packet-Radio compatible with TNCs and BayCom modems.
  Sound card IN/OUT + radio — use like a hardware modem in max25d.
  Good sound card REQUIRED (accurate tones; stricter at higher baud).
  Open docs for DIY hardware interfaces.
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com