From 20cb29c2f8c5c87bc590896854a20b1473ceb358 Mon Sep 17 00:00:00 2001 From: "info@mode42.com" Date: Sat, 8 Aug 2026 03:54:55 +0000 Subject: #2 --- README.md | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..3401f04 --- /dev/null +++ b/README.md @@ -0,0 +1,70 @@ +# HyBBX · 2.8.0 + +**hyBBX** = **hybrid Mailbox build System X**. Plannable **(hy)BBX** network system: closed / self-contained BBX core; Internet primarily for site interconnection and operator work; extensible via **plugins**. Public term: **BBX** (not BBS). + +C99 BBX daemon: text wire, `/` commands, mail, chat, conference. Main + Secondary topology over HBX; RF via external modems and MAX25 stack. + +## Feature matrix + +| Feature | Main | Secondary | Standalone | +|---------|------|-----------|------------| +| User login (telnet/SSH/WS) | yes | no | yes | +| Mail / chat / conference | yes | via Main | yes | +| HBX circuit hub | yes | client | optional | +| `packet_radio` / ARDOP / CRDOP / **BayCom/based** | via plugin | yes | yes | +| MAX25 attach (`[max25]`) | optional | typical | optional | +| `mains_proxy` | opt-in build | opt-in | opt-in | + +## Transport matrix + +| Transport | Port (default) | Notes | +|-----------|----------------|-------| +| Telnet | 2323 | Plain text | +| SSH | 3232 | Requires libssh build | +| WebSocket | configurable | Menus / clients | +| HBX | 7323 | Link auth + `link_password` | +| MAX25 KISS | via max25d :7325 | v2.8.0 attach-only | +| BayCom/based KISS | `/tmp/max25-bcpr/kiss-bc0` | via max25-bcpr · [docs/BAYCOM.md](docs/BAYCOM.md) | + +## MAX25 attach matrix + +| Rule | Value | +|------|-------| +| `kiss_entry` (local TNC) | `none` (MAX25 prep assumed) | +| `[max25] check` | `yes` (default) — start fails if max25d down | + +## Build · test · run + +```bash +cmake -B build -DCMAKE_BUILD_TYPE=Release && cmake --build build +cmake -B build-test -DHYBBX_BUILD_TESTS=ON && cmake --build build-test && ctest --test-dir build-test +./scripts/hybbx.sh +``` + +## Related + +| Goal | Doc | +|------|-----| +| Operate | [MANUAL.md](docs/MANUAL.md) | +| RF + MAX25 order | [TNCS.md](docs/TNCS.md) · [MASTER-GUIDE.md](docs/MASTER-GUIDE.md) | +| Full index | [docs/README.md](docs/README.md) | + +--- +
+ +UN1TME/UN1T.me · BBX +

+ + + + + + +
ProtocolHostPortCommand / URL
Telnethybbx.un1t.me2323telnet hybbx.un1t.me 2323
SSHhybbx.un1t.me3232ssh hybbx.un1t.me -p 3232
HTTPShybbx.un1t.me443https://hybbx.un1t.me/
HTTPhybbx.un1t.me80http://hybbx.un1t.me/
+
+hybbx.un1t.me Telnet :2323 · SSH :3232 · HTTP(S) :80/:443 · Primary RF 27.245 MHz / CB25 +
+

+ UN1TME/UN1T.me BBX — sysop menu + +
-- cgit v1.3.1