Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d9825be
Add pluggable detector system with scoring pipeline and device tracking
dougborg Feb 2, 2026
cfa53a3
Add CLAUDE.md with project architecture and build guidance
dougborg Jan 31, 2026
519a3da
Add Makefile build system wrapping arduino-cli
dougborg Jan 31, 2026
b6a0f24
Add host-side unit test infrastructure using doctest
dougborg Jan 31, 2026
3cbc876
Extract shared headers into common/ directory
dougborg Jan 31, 2026
851b8c9
Migrate M5Fire variant to common/ shared headers
dougborg Jan 31, 2026
62c0e2d
Migrate Mini12864 variant to common/ shared headers
dougborg Jan 31, 2026
324fef1
Migrate 128x32 OLED variant to common/ shared headers
dougborg Jan 31, 2026
d693bb7
Migrate 128x32 Portable variant to common/ shared headers
dougborg Jan 31, 2026
856c28f
Migrate Flipper Zero variant to common/ shared headers
dougborg Jan 31, 2026
1cffdd8
Add Docker build environment with all dependencies pre-baked
dougborg Feb 1, 2026
b197e5f
Update dependencies and centralize version pins in versions.env
dougborg Feb 1, 2026
beac852
Extract shared docs into docs/ and slim variant READMEs
dougborg Feb 1, 2026
93c9b4a
Tune scan parameters and capture WiFi probe responses
dougborg Feb 2, 2026
2f1e5cd
Replace scoring thresholds with flag-based alert tiers
dougborg Feb 2, 2026
57602be
Add Flock Safety and surveillance camera OUI detection
dougborg Feb 2, 2026
8ff5dcc
Add power-aware scanning and display for M5 variants
dougborg Feb 1, 2026
68e72eb
Replace RSSI graph with scrollable device list on M5StickC
dougborg Feb 2, 2026
bccfdcb
Add BLE GATT server for DeFlock app communication
dougborg Feb 1, 2026
8408e2f
Smooth battery display with rolling median filter
dougborg Feb 2, 2026
3699c8b
Add BLE/USB connection and power indicators to M5StickC header
dougborg Feb 2, 2026
3a916bb
Fix WiFi frame subtype bitmask in 128x32 OLED variant
dougborg Feb 8, 2026
ff5b4d1
Add missing OUI prefixes from flock-you PR #29 and Issue #28
dougborg Feb 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.build/
.git/
images/
.claude/
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.build/
test/doctest.h
Loading
Loading