Commit 6f6c867
feat(rufield): CsiReplayAdapter — first real WiFi-CSI adapter (submodule bump) (#1068)
Bumps vendor/rufield to include CsiReplayAdapter: RuField now ingests real
captured WiFi CSI (.csi.jsonl) → FieldTensor → CSI-variance motion/presence
proxy → signed FieldEvents → fusion. Measured on 199 real frames: 182 fused
inferences (115 breathing, 67 person_present) from real signal. Replay-from-file,
unlabeled (proxy not validated accuracy) — live streaming + labeled accuracy
remain roadmap; mmWave/thermal stay synthetic.
Co-authored-by: ruv <ruvnet@gmail.com>1 parent 95a5ecc commit 6f6c867
3 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
- Cargo.lock+3
- README.md+58-7
- crates/rufield-adapters/Cargo.toml+3
- crates/rufield-adapters/src/csi_replay.rs+690
- crates/rufield-adapters/src/lib.rs+15-3
- crates/rufield-adapters/tests/csi_replay_fusion.rs+113
- crates/rufield-adapters/tests/fixtures/real_csi_medium.jsonl+200
- crates/rufield-adapters/tests/fixtures/real_csi_small.jsonl+3
- docs/ADR-260-rufield-mfs.md+52-9
0 commit comments