A secure IoT camera surveillance system built entirely in Rust, featuring dual ESP32 architecture (no_std and std-based), WiFi connectivity. Demonstrates embedded Rust development on ESP32 with a complete client-server architecture for motion detection, image capture, and authorization.
Stars
7
Forks
3
Watchers
7
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
31
commits
fix esp32-cam boot loop: remove embassy deps, disable brownout detection, add build scripts
82601dcView on GitHubprepare to add device setup and work on improving the code itself for auth
dc75f79View on GitHubMerge pull request #2 from iButcat/feature/client-add-auth-endpoints
2a90e35View on GitHubadd api login capabilities with google auth integration and user saving, add ui element for the desktop app for the integration
fda12c9View on GitHubupgrade auth api to v3 and fix problem with missing emails with user info endpoint
d1a129aView on GitHubadd api login capabilities with google auth integration and user saving
240a789View on GitHubwip, almost working, great for a first draft and will continue asap to finish it.
190e7f9View on GitHubremove computer vision from the readmme since we decided to drop this idea
483ea80View on GitHubadd http web server in esp32 main to receive authorisation from the api
220aa57View on GitHub