From 3b922cc947adaabe1baa7a4462a88cbc6aec8b8d Mon Sep 17 00:00:00 2001 From: gravermistakes <250037217+gravermistakes@users.noreply.github.com> Date: Wed, 10 Jun 2026 19:55:12 -0700 Subject: [PATCH] Delete SPEC.md --- reference/networking/SPEC.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 reference/networking/SPEC.md diff --git a/reference/networking/SPEC.md b/reference/networking/SPEC.md deleted file mode 100644 index ae7d2fc..0000000 --- a/reference/networking/SPEC.md +++ /dev/null @@ -1,14 +0,0 @@ -# Networking (optional) — clean-room SPEC, NO code copied - -The transport membrane (`mafiabot_core/src/network/sockets.ads`) is a stub. -Two sources, both license-encumbered, kept as concept references only. - -- **Reticulum** (custom license) — encrypted P2P mesh. Useful concept: the - `Identity` + `Channel` + `Destination` model for coordination-free, end-to-end - encrypted agent-to-agent links. Reimplement minimally if mesh transport is - wanted; otherwise run Reticulum as an external sidecar behind the membrane. -- **mercury** (**AGPL**) — HF-radio modem. Concept only: ARQ/gearshift adaptive - retransmission + LDPC robustness modes as a reliability policy for degraded - links. Reimplement as a state machine if disaster/HF resilience is ever needed. - -This whole layer is optional and currently unscheduled.