Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e925db

Browse files
committed
docs: update README with QUIC mesh security, CRV ADR-033 link, v0.3.0 changelog
- Add QUIC Mesh Security row to feature table (ADR-032) - Fix Signal-Line Protocol link to ADR-033 - Update v3.1.0 changelog with ADR-032/032a, temporal gesture, attractor drift - Update line counts (28K+ lines, 400+ tests, 15 crates published) Co-Authored-By: claude-flow <[email protected]>
1 parent 46d718d commit 4e925db

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WiFi DensePose
1+
# π RuView: WiFi DensePose:
22

33
**See through walls with WiFi.** No cameras. No wearables. Just radio waves.
44

@@ -80,7 +80,8 @@ The system learns on its own and gets smarter over time — no hand-tuning, no l
8080
| 🎯 | **AI Signal Processing** | Attention networks, graph algorithms, and smart compression replace hand-tuned thresholds — adapts to each room automatically ([RuVector](https://github.com/ruvnet/ruvector)) |
8181
| 🌍 | **Works Everywhere** | Train once, deploy in any room — adversarial domain generalization strips environment bias so models transfer across rooms, buildings, and hardware ([ADR-027](docs/adr/ADR-027-cross-environment-domain-generalization.md)) |
8282
| 👁️ | **Cross-Viewpoint Fusion** | Learned attention fuses multiple viewpoints with geometric bias — reduces body occlusion and depth ambiguity that physics prevents any single sensor from solving ([ADR-031](docs/adr/ADR-031-ruview-sensing-first-rf-mode.md)) |
83-
| 🔮 | **Signal-Line Protocol** | `ruvector-crv` 6-stage CRV pipeline maps CSI sensing to Poincare ball embeddings, GNN topology, SNN temporal encoding, and MinCut partitioning | -- |
83+
| 🔮 | **Signal-Line Protocol** | `ruvector-crv` 6-stage CRV pipeline maps CSI sensing to Poincare ball embeddings, GNN topology, SNN temporal encoding, and MinCut partitioning ([ADR-033](docs/adr/ADR-033-crv-signal-line-sensing-integration.md)) |
84+
| 🔒 | **QUIC Mesh Security** | `midstreamer-quic` TLS 1.3 AEAD transport with HMAC-authenticated beacons, SipHash frame integrity, replay protection, and connection migration ([ADR-032](docs/adr/ADR-032-multistatic-mesh-security-hardening.md)) |
8485

8586
### Performance & Deployment
8687

@@ -1585,9 +1586,13 @@ Multistatic sensing, persistent field model, and cross-viewpoint fusion — the
15851586
- **Channel-Hopping Firmware** — ESP32 firmware extended with hop table, timer-driven channel switching, NDP injection stub; NVS config for all TDM parameters; fully backward-compatible
15861587
- **DDD Domain Model** — 6 bounded contexts, ubiquitous language, aggregate roots, domain events, full event bus specification
15871588
- **`ruvector-crv` 6-stage CRV signal-line integration (ADR-033)** — Maps Coordinate Remote Viewing methodology to WiFi CSI: gestalt classification, sensory encoding, GNN topology, SNN coherence gating, differentiable search, MinCut partitioning; cross-session convergence for multi-room identity continuity
1588-
- **ADR-032 multistatic mesh security hardening** — Bounded calibration buffers, atomic counters, division-by-zero guards, NaN-safe normalization across all multistatic modules
1589+
- **ADR-032 multistatic mesh security hardening** — HMAC-SHA256 beacon auth, SipHash-2-4 frame integrity, NDP rate limiter, coherence gate timeout, bounded buffers, NVS credential zeroing, atomic firmware state
1590+
- **ADR-032a QUIC transport layer**`midstreamer-quic` TLS 1.3 AEAD for aggregator nodes, dual-mode security (ManualCrypto/QuicTransport), QUIC stream mapping, connection migration, congestion control
15891591
- **ADR-033 CRV signal-line sensing integration** — Architecture decision record for the 6-stage CRV pipeline mapping to ruvector components
1590-
- **9,000+ lines of new Rust code** across 17 modules with 300+ tests
1592+
- **Temporal gesture matching**`midstreamer-temporal-compare` DTW/LCS/edit-distance gesture classification with quantized feature comparison
1593+
- **Attractor drift analysis**`midstreamer-attractor` Takens' theorem phase-space embedding with Lyapunov exponent regime detection (Stable/Periodic/Chaotic)
1594+
- **v0.3.0 published** — All 15 workspace crates published to [crates.io](https://crates.io/crates/wifi-densepose-core) with updated dependencies
1595+
- **28,000+ lines of new Rust code** across 26 modules with 400+ tests
15911596
- **Security hardened** — Bounded buffers, NaN guards, no panics in public APIs, input validation at all boundaries
15921597

15931598
### v3.0.0 — 2026-03-01

0 commit comments

Comments
 (0)