blob: 099269f253a88f0ab3c74ed9d29490ff9b8cb485 (
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
|
# MAX25 client profile registry
# Maps MAX25 device plugins to terminal client configs.
# Kernel baycom-pr / modems.ini catalog removed 2026-07-18 — SER12 product path is bcpr.
schema_version: 1
plugin_registry: plugins/manifest.yaml
devices:
- id: tnc2c
label: Landolt TNC2C
hardware: tncs
client_config: share/clients/tnc2c.yaml
status: active
- id: pktnc2
label: PK-TNC2 / TNC-2 (TheFirmware)
hardware: tncs
client_config: share/clients/pktnc2.yaml
status: planned
- id: baycom-kiss
label: BayCom KISS serial (USB/async)
hardware: modems
client_config: share/clients/baycom-kiss.yaml
status: active
- id: tmodem
label: T-Modem-c1224 USB KISS half-TNC
hardware: tncs
client_config: share/clients/tmodem.yaml
status: prototype
- id: soft-crdop
label: CRDOP sound-card modem
hardware: soft-modems
client_config: share/clients/soft-crdop.yaml
status: active
# BayCom/based SER12: configure max25d max25e0 / max25e0:bc1 — no separate client YAML required.
|