wifi-densepose/rust-port/wifi-densepose-rs/crates/wifi-densepose-sensing-server/src
ruv 5bd0d59aa6 feat: ADR-080 P1+P2 remediation — refactor, perf, tests, safety
P1 fixes (this sprint):
- P1-6: Extract sensing-server modules (cli, types, csi, pose) from main.rs
- P1-7: DDA ray march for tomography — O(max(n)) replaces O(n^3) voxel scan
- P1-8: Batch neural inference — Tensor::stack/split for single GPU call
- P1-10: Eliminate 112KB/frame alloc — islice replaces deque→list copy

P2 fixes (this quarter):
- P2-11: Python unit tests for 8 modules (rate_limit, auth, error_handler,
  pose_service, stream_service, hardware_service, health_check, metrics)
- P2-13: MAT simulated data safety guard — blocking overlay + pulsing banner
- P2-14: Wire token blacklist into auth verification + logout endpoint
- P2-15: Frame budget benchmark — confirms pipeline well under 50ms budget

Addresses 8 of 10 remaining issues from QE analysis (ADR-080).

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-04-06 17:00:27 -04:00
..
adaptive_classifier.rs feat: dynamic classifier classes, per-node UI, XSS fix, RSSI fix 2026-03-27 21:21:15 -07:00
cli.rs feat: ADR-080 P1+P2 remediation — refactor, perf, tests, safety 2026-04-06 17:00:27 -04:00
csi.rs feat: ADR-080 P1+P2 remediation — refactor, perf, tests, safety 2026-04-06 17:00:27 -04:00
dataset.rs feat: ADR-023 full DensePose training pipeline (Phases 1-8) 2026-02-28 23:22:15 -05:00
embedding.rs feat: ADR-024 Contrastive CSI Embedding Model — all 7 phases (#52) 2026-03-01 01:44:38 -05:00
field_bridge.rs fix(server): resolve adversarial review findings C1-C5, H1-H3, H5, M1-M2 2026-03-31 18:50:00 +00:00
graph_transformer.rs feat: ADR-024 Contrastive CSI Embedding Model — all 7 phases (#52) 2026-03-01 01:44:38 -05:00
lib.rs feat: ADR-024 Contrastive CSI Embedding Model — all 7 phases (#52) 2026-03-01 01:44:38 -05:00
main.rs feat: ADR-080 P1+P2 remediation — refactor, perf, tests, safety 2026-04-06 17:00:27 -04:00
model_manager.rs fix: WebSocket race condition, data source indicators, auto-start pose detection (#96) 2026-03-02 13:47:49 -05:00
multistatic_bridge.rs fix(server): resolve adversarial review findings C1-C5, H1-H3, H5, M1-M2 2026-03-31 18:50:00 +00:00
pose.rs feat: ADR-080 P1+P2 remediation — refactor, perf, tests, safety 2026-04-06 17:00:27 -04:00
recording.rs fix: WebSocket race condition, data source indicators, auto-start pose detection (#96) 2026-03-02 13:47:49 -05:00
rvf_container.rs feat: ADR-024 Contrastive CSI Embedding Model — all 7 phases (#52) 2026-03-01 01:44:38 -05:00
rvf_pipeline.rs feat: ADR-023 full DensePose training pipeline (Phases 1-8) 2026-02-28 23:22:15 -05:00
sona.rs feat: ADR-023 full DensePose training pipeline (Phases 1-8) 2026-02-28 23:22:15 -05:00
sparse_inference.rs feat: Training mode, ADR docs, vitals and wifiscan crates 2026-02-28 23:50:20 -05:00
tracker_bridge.rs fix(server): resolve adversarial review findings C1-C5, H1-H3, H5, M1-M2 2026-03-31 18:50:00 +00:00
trainer.rs feat: ADR-024 Contrastive CSI Embedding Model — all 7 phases (#52) 2026-03-01 01:44:38 -05:00
training_api.rs fix: WebSocket race condition, data source indicators, auto-start pose detection (#96) 2026-03-02 13:47:49 -05:00
types.rs feat: ADR-080 P1+P2 remediation — refactor, perf, tests, safety 2026-04-06 17:00:27 -04:00
vital_signs.rs feat: ADR-021 vital sign detection + RVF container format (closes #45) 2026-02-28 22:52:19 -05:00