wifi-densepose/v1/src/sensing
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
..
__init__.py feat: Sensing-only UI mode with Gaussian splat visualization and Rust migration ADR 2026-02-28 14:37:29 -05:00
backend.py feat: Sensing-only UI mode with Gaussian splat visualization and Rust migration ADR 2026-02-28 14:37:29 -05:00
classifier.py feat: Add commodity sensing, proof bundle, Three.js viz, mock isolation 2026-02-28 06:18:58 +00:00
feature_extractor.py feat: Add commodity sensing unit tests and fix feature extractor bugs 2026-02-28 06:24:10 +00:00
mac_wifi.swift feat(sensing): native macOS CoreWLAN WiFi sensing adapter 2026-03-01 21:06:17 +08:00
rssi_collector.py feat(wifiscan): add Rust macOS + Linux adapters, fix Python byte counters 2026-03-01 10:51:45 -05:00
ws_server.py feat(sensing): native macOS CoreWLAN WiFi sensing adapter 2026-03-01 21:06:17 +08:00