docs: Add comprehensive wifi-Mat user guide and fix compilation

- Add detailed wifi-Mat user guide covering:
  - Installation and setup
  - Detection capabilities (breathing, heartbeat, movement)
  - Localization system (triangulation, depth estimation)
  - START protocol triage classification
  - Alert system with priority escalation
  - Field deployment guide
  - Hardware setup requirements
  - API reference and troubleshooting

- Update main README.md with wifi-Mat section and links

- Fix compilation issues:
  - Add missing deadline field in AlertPayload
  - Fix type ambiguity in powi calls
  - Resolve borrow checker issues in scan_cycle
  - Export CsiDataBuffer from detection module
  - Add missing imports in test modules

- All 83 tests now passing
This commit is contained in:
Claude
2026-01-13 17:55:50 +00:00
parent a5044b0b4c
commit cd877f87c2
14 changed files with 1341 additions and 63 deletions

View File

@@ -12,11 +12,11 @@
"isRunning": false
},
"audit": {
"runCount": 3,
"runCount": 4,
"successCount": 0,
"failureCount": 3,
"failureCount": 4,
"averageDurationMs": 0,
"lastRun": "2026-01-13T17:14:43.155Z",
"lastRun": "2026-01-13T17:29:43.161Z",
"nextRun": "2026-01-13T17:24:43.156Z",
"isRunning": false
},
@@ -44,7 +44,7 @@
"failureCount": 2,
"averageDurationMs": 0,
"lastRun": "2026-01-13T17:20:43.154Z",
"nextRun": "2026-01-13T17:15:43.151Z",
"nextRun": "2026-01-13T17:40:43.155Z",
"isRunning": false
},
"predict": {
@@ -131,5 +131,5 @@
}
]
},
"savedAt": "2026-01-13T17:20:43.155Z"
"savedAt": "2026-01-13T17:29:43.162Z"
}