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
This is a tracking issue for expanding DeFlock's surveillance detection capabilities beyond dedicated hardware — pulling from wardriving databases, using phone sensors directly, and leveraging street-level imagery to find and map a much broader range of surveillance devices.
The foundation is PR #37's scanner integration, which connects to FlockSquawk and flock-you hardware for BLE/WiFi-based camera detection. These features build on that architecture to support many more detection methods and data sources.
All of these issues are proposals and ideas — they're here to gather community feedback, spark discussion, and capture the vision. Nothing is set in stone. If you have thoughts, suggestions, alternative approaches, or concerns about any of these, please comment on the individual issues.
Deep technical research for #94 (phone-native scanning) uncovered cross-cutting findings relevant to this epic:
iOS is significantly limited for phone-native scanning: Apple provides no API to enumerate nearby WiFi networks (the primary detection method for most surveillance cameras), and randomizes BLE MAC addresses (preventing OUI matching). iOS phone-native scanning is limited to BLE device name/manufacturer data matching — useful for Flock Safety and a few other BLE-advertising devices, but far less capable than Android. iOS users will benefit most from Wigle data (Wigle API integration — search for camera networks by region #92), wardriving imports (Import wardriving data (Wigle CSV, Kismet exports) #93), and FlockSquawk hardware.
Overview
This is a tracking issue for expanding DeFlock's surveillance detection capabilities beyond dedicated hardware — pulling from wardriving databases, using phone sensors directly, and leveraging street-level imagery to find and map a much broader range of surveillance devices.
The foundation is PR #37's scanner integration, which connects to FlockSquawk and flock-you hardware for BLE/WiFi-based camera detection. These features build on that architecture to support many more detection methods and data sources.
All of these issues are proposals and ideas — they're here to gather community feedback, spark discussion, and capture the vision. Nothing is set in stone. If you have thoughts, suggestions, alternative approaches, or concerns about any of these, please comment on the individual issues.
Feature Issues
Foundation
Data Sources
Scanning
Visual Confirmation
Advanced / Longer-term
Dependency Graph
Related Existing Issues & PRs
Cross-Cutting Research Notes
Deep technical research for #94 (phone-native scanning) uncovered cross-cutting findings relevant to this epic:
See the Technical Research section in #94 and Radio Coexistence Notes in #72 for full details.
Priority Suggestion
A reasonable order to tackle these (open for discussion):
This tracking issue will be updated as features progress. Feel free to comment with thoughts, priorities, or ideas we haven't considered.