summaryrefslogtreecommitdiff
path: root/docs/CRDOP.md
diff options
context:
space:
mode:
authorinfo@mode42.com <info@mode42.com>2026-08-08 03:54:55 +0000
committerinfo@mode42.com <info@mode42.com>2026-08-08 03:54:55 +0000
commit20cb29c2f8c5c87bc590896854a20b1473ceb358 (patch)
tree2857f41513a56ad41af97b57362639298aa7f033 /docs/CRDOP.md
#2
Diffstat (limited to 'docs/CRDOP.md')
-rw-r--r--docs/CRDOP.md35
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) |
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com