@@ -9,8 +9,12 @@ DDD organizes the codebase around the problem being solved — not around techni
99| Model | What it covers | Bounded Contexts |
1010| -------| ---------------| ------------------|
1111| [ RuvSense] ( ruvsense-domain-model.md ) | Multistatic WiFi sensing, pose tracking, vital signs, edge intelligence | 7 contexts: Sensing, Coherence, Tracking, Field Model, Longitudinal, Spatial Identity, Edge Intelligence |
12- | [ WiFi-Mat] ( wifi-mat-domain-model.md ) | Disaster response: survivor detection, START triage, mass casualty assessment | Scan Zone, Survivor Tracking, Triage |
13- | [ CHCI] ( chci-domain-model.md ) | Coherent Human Channel Imaging: sub-millimeter body surface reconstruction | Sounding, Channel Estimation, Imaging |
12+ | [ Signal Processing] ( signal-processing-domain-model.md ) | SOTA signal processing: phase cleaning, feature extraction, motion analysis | 3 contexts: CSI Preprocessing, Feature Extraction, Motion Analysis |
13+ | [ Training Pipeline] ( training-pipeline-domain-model.md ) | ML training: datasets, model architecture, embeddings, domain generalization | 4 contexts: Dataset Management, Model Architecture, Training Orchestration, Embedding & Transfer |
14+ | [ Hardware Platform] ( hardware-platform-domain-model.md ) | ESP32 firmware, edge intelligence, WASM runtime, aggregation, provisioning | 5 contexts: Sensor Node, Edge Processing, WASM Runtime, Aggregation, Provisioning |
15+ | [ Sensing Server] ( sensing-server-domain-model.md ) | Single-binary Axum server: CSI ingestion, model management, recording, training, visualization | 5 contexts: CSI Ingestion, Model Management, CSI Recording, Training Pipeline, Visualization |
16+ | [ WiFi-Mat] ( wifi-mat-domain-model.md ) | Disaster response: survivor detection, START triage, mass casualty assessment | 3 contexts: Detection, Localization, Alerting |
17+ | [ CHCI] ( chci-domain-model.md ) | Coherent Human Channel Imaging: sub-millimeter body surface reconstruction | 3 contexts: Sounding, Channel Estimation, Imaging |
1418
1519## How to read these
1620
0 commit comments