wifi-densepose/v1/src
ruv e2320e8e4b feat(wifiscan): add Rust macOS + Linux adapters, fix Python byte counters
- Add MacosCoreWlanScanner (macOS): CoreWLAN Swift helper adapter with
  synthetic BSSID generation via FNV-1a hash for redacted MACs (ADR-025)
- Add LinuxIwScanner (Linux): parses `iw dev <iface> scan` output with
  freq-to-channel conversion and BSS stanza parsing
- Both adapters produce Vec<BssidObservation> compatible with the
  existing WindowsWifiPipeline 8-stage processing
- Platform-gate modules with #[cfg(target_os)] so each adapter only
  compiles on its target OS
- Fix Python MacosWifiCollector: remove synthetic byte counters that
  produced misleading tx_bytes/rx_bytes data (set to 0)
- Add compiled Swift binary (mac_wifi) to .gitignore

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-01 10:51:45 -05:00
..
api fix: Complete ADR-011 mock elimination and fix all test stubs 2026-02-28 16:59:34 +00:00
commands security: Fix SQL injection vulnerabilities in status command and migrations 2026-02-28 20:39:54 +01:00
config security: Fix 10 vulnerabilities, remove 12 dead code instances 2026-02-28 07:04:22 +00:00
core perf: 5.7x Doppler extraction speedup, trust kill switch, fix NN benchmark 2026-02-28 06:48:41 +00:00
database security: Fix SQL injection vulnerabilities in status command and migrations 2026-02-28 20:39:54 +01:00
hardware feat(adr-018): ESP32-S3 firmware, Rust aggregator, and live CSI pipeline 2026-02-28 13:22:04 -05:00
middleware security: Fix 10 vulnerabilities, remove 12 dead code instances 2026-02-28 07:04:22 +00:00
models feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
sensing feat(wifiscan): add Rust macOS + Linux adapters, fix Python byte counters 2026-03-01 10:51:45 -05:00
services fix: Complete ADR-011 mock elimination and fix all test stubs 2026-02-28 16:59:34 +00:00
tasks security: Fix 10 vulnerabilities, remove 12 dead code instances 2026-02-28 07:04:22 +00:00
testing feat: Add commodity sensing, proof bundle, Three.js viz, mock isolation 2026-02-28 06:18:58 +00:00
__init__.py feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
app.py security: Fix 10 vulnerabilities, remove 12 dead code instances 2026-02-28 07:04:22 +00:00
cli.py security: Fix 10 vulnerabilities, remove 12 dead code instances 2026-02-28 07:04:22 +00:00
config.py feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
logger.py feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
main.py feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00