Summary
Show a desktop notification when hostd detects a surveillance device match, using native OS notification APIs.
Implementation
- Use
notify-rust crate (supports macOS, Linux, Windows)
- Add
--notify CLI flag to enable
- Show: device type, name/MAC, matched rule/signature, RSSI
- Rate-limit notifications (e.g., one per device per 60s) to avoid spam
- Optional: sound alert
Related
Summary
Show a desktop notification when hostd detects a surveillance device match, using native OS notification APIs.
Implementation
notify-rustcrate (supports macOS, Linux, Windows)--notifyCLI flag to enableRelated