diff options
Diffstat (limited to 'docs/CRDOP.md')
| -rw-r--r-- | docs/CRDOP.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/CRDOP.md b/docs/CRDOP.md new file mode 100644 index 0000000..0eb333e --- /dev/null +++ b/docs/CRDOP.md @@ -0,0 +1,35 @@ +# CRDOP plugin · HyBBX 2.8.0 + +HyBBX transport for MAX25-SoftModem (CRDOP) — acoustic AX.25 over soundcard. + +## Integration matrix + +| Layer | Owner | +|-------|-------| +| Soft-modem prep, TCP 8515/8516 | MAX25 `soft-crdop` | +| HyBBX transport | `crdop` plugin | +| INI merge | `share/hybbx/crdop-host.ini.example` | + +## Config matrix + +| Item | Value | +|------|-------| +| Enable | `[networks] crdop=yes` | +| CMake | `HYBBX_PLUGIN_CRDOP=ON` (default) | +| `modem_host` | MAX25 host (loopback or LAN) | +| `modem_port` | `8515` (control) | + +## Start order matrix + +| # | Action | +|---|--------| +| 1 | `max25-ctl start --hardware soft-modems --device soft-crdop` | +| 2 | Merge CRDOP host INI fragment | +| 3 | Start HyBBX with `[networks] crdop=yes` | + +## Related + +| Goal | Doc | +|------|-----| +| MAX25 CRDOP | MAX25-Stack `docs/CRDOP.md` | +| Manual | [MANUAL.md](MANUAL.md) | |
