wifi-densepose/rust-port/wifi-densepose-rs/crates
ruv d956c30f9e feat: Rust sensing server with full DensePose-compatible API
Replace Python FastAPI + WebSocket servers with a single 2.1MB Rust binary
(wifi-densepose-sensing-server) that serves all UI endpoints:

- REST: /health/*, /api/v1/info, /api/v1/pose/current, /api/v1/pose/stats,
  /api/v1/pose/zones/summary, /api/v1/stream/status
- WebSocket: /api/v1/stream/pose (pose_data with 17 COCO keypoints),
  /ws/sensing (raw sensing_update stream on port 8765)
- Static: /ui/* with no-cache headers

WiFi-derived pose estimation: derive_pose_from_sensing() generates 17 COCO
keypoints from CSI/WiFi signal data with motion-driven animation.

Data sources: ESP32 CSI via UDP :5005, Windows WiFi via netsh, simulation
fallback. Auto-detection probes each in order.

UI changes:
- Point all endpoints to Rust server on :8080 (was Python :8000)
- Fix WebSocket sensing URL to include /ws/sensing path
- Remove sensingOnlyMode gating — all tabs init normally
- Remove api.service.js sensing-only short-circuit
- Fix clearPingInterval bug in websocket.service.js

Also removes obsolete k8s/ template manifests.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-02-28 21:29:45 -05:00
..
wifi-densepose-api feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
wifi-densepose-cli feat: Add wifi-Mat disaster detection enhancements 2026-01-13 18:23:03 +00:00
wifi-densepose-config feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
wifi-densepose-core security: Fix 10 vulnerabilities, remove 12 dead code instances 2026-02-28 07:04:22 +00:00
wifi-densepose-db feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
wifi-densepose-hardware feat(adr-018): ESP32-S3 firmware, Rust aggregator, and live CSI pipeline 2026-02-28 13:22:04 -05:00
wifi-densepose-mat fix(adr-017): Add missing cfg(feature = "ruvector") gates to MAT re-exports 2026-02-28 16:36:45 +00:00
wifi-densepose-nn security: Fix 10 vulnerabilities, remove 12 dead code instances 2026-02-28 07:04:22 +00:00
wifi-densepose-sensing-server feat: Rust sensing server with full DensePose-compatible API 2026-02-28 21:29:45 -05:00
wifi-densepose-signal feat(adr-017): Complete all 7 ruvector integrations across signal and MAT crates 2026-02-28 16:22:39 +00:00
wifi-densepose-train feat(train): Complete all 5 ruvector integrations — ADR-016 2026-02-28 15:46:22 +00:00
wifi-densepose-wasm feat: Complete ADR-001, ADR-009, ADR-012 implementations with zero mocks 2026-02-28 14:15:26 +00:00