mirror of
https://github.com/ruvnet/RuView.git
synced 2026-05-10 04:11:02 +00:00
- Add Python WebSocket sensing server (ws_server.py) with ESP32 UDP CSI and Windows RSSI auto-detect collectors on port 8765 - Add Three.js Gaussian splat renderer with custom GLSL shaders for real-time WiFi signal field visualization (blue→green→red gradient) - Add SensingTab component with RSSI sparkline, feature meters, and motion classification badge - Add sensing.service.js WebSocket client with reconnect and simulation fallback - Implement sensing-only mode: suppress all DensePose API calls when FastAPI backend (port 8000) is not running, clean console output - ADR-019: Document sensing-only UI architecture and data flow - ADR-020: Migrate AI/model inference to Rust with RuVector ONNX Runtime, replacing ~2.7GB Python stack with ~50MB static binary - Add ruvnet/ruvector as upstream remote for RuVector crate ecosystem Co-Authored-By: claude-flow <ruv@ruv.net> |
||
|---|---|---|
| .. | ||
| live_sense_monitor.py | ||
| test_api_endpoints.py | ||
| test_authentication.py | ||
| test_csi_pipeline.py | ||
| test_full_system_integration.py | ||
| test_hardware_integration.py | ||
| test_inference_pipeline.py | ||
| test_pose_pipeline.py | ||
| test_rate_limiting.py | ||
| test_streaming_pipeline.py | ||
| test_websocket_streaming.py | ||
| test_windows_live_sensing.py | ||