Ruview in Ragnar #1253
PierreGode
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ragnar is my open-source Raspberry Pi security/pentest platform with a web dashboard. I've integrated RuView as its camera-free sensing backend (RuSense on my side, LICENSE and attribution intact). The RuSense dashboard is built on RuView's observatory; CSI nodes feed presence/motion/vitals in over the sensing-server's WebSocket.
What I added on the Ragnar side: Pushover phone alerts evaluated server-side (fire with no browser open), gated by a web-layer geofence - motion only alerts when it's corroborated by two or more nodes and sits inside the perimeter of mapped node corners, which kills hallway/neighbour walk-bys. Plus a one-step installer that bundles the engine to run standalone, and a web flasher so flashing + WiFi/server provisioning happen entirely in the page (no esptool/CLI) .
Why: I wanted privacy-respecting, camera-free sensing in a self-hosted security stack - RuView was the perfect fit.
Really appreciate the work on this - the sensing engine is the genuinely impressive.
Happy to open PRs upstream if any of this glue is worth sharing.
Beta Was this translation helpful? Give feedback.
All reactions