You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`wifi-densepose-cli`](https://crates.io/crates/wifi-densepose-cli)| Command-line tool for MAT disaster scanning | -- |[](https://crates.io/crates/wifi-densepose-cli)|
@@ -606,7 +606,7 @@ See [ADR-021](docs/adr/ADR-021-vital-sign-detection-rvdna-pipeline.md).
606
606
</details>
607
607
608
608
<details>
609
-
<summary><aid="wifi-scan-domain-layer"></a><strong>📡 WiFi Scan Domain Layer (ADR-022)</strong> — 8-stage RSSI pipeline for Windows WiFi</summary>
609
+
<summary><aid="wifi-scan-domain-layer"></a><strong>📡 WiFi Scan Domain Layer (ADR-022/025)</strong> — 8-stage RSSI pipeline for Windows, macOS, and Linux WiFi</summary>
3.**CHANGELOG.md** — Add entry under `[Unreleased]` with what was added/fixed/changed
99
+
4.**User guide** (`docs/user-guide.md`) — Update if new data sources, CLI flags, or setup steps were added
100
+
5.**ADR index** — Update ADR count in README docs table if a new ADR was created
101
+
6.**Docker Hub image** — Only rebuild if Dockerfile, dependencies, or runtime behavior changed (not needed for platform-gated code that doesn't affect the Linux container)
102
+
7.**Crate publishing** — Only needed if a crate is published to crates.io and its public API changed (workspace-internal crates don't need publishing)
103
+
8.**`.gitignore`** — Add any new build artifacts or binaries
Copy file name to clipboardExpand all lines: docs/user-guide.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,29 @@ docker run --network host ruvnet/wifi-densepose:latest --source windows --tick-m
194
194
195
195
See [Tutorial #36](https://github.com/ruvnet/wifi-densepose/issues/36) for a walkthrough.
196
196
197
+
### macOS WiFi (RSSI Only)
198
+
199
+
Uses CoreWLAN via a Swift helper binary. macOS Sonoma 14.4+ redacts real BSSIDs; the adapter generates deterministic synthetic MACs so the multi-BSSID pipeline still works.
0 commit comments