sigint
Multi-protocol SDR signal detection and triangulation system for ATAK. Detects radio emissions from distributed receive…
git clone https://github.com/arall/sigint.gitarall/sigintSIGINT
ATAK + SDR for signal detection, triangulation, and real-time situational awareness.
A distributed SIGINT system. A central server scans bands continuously with wideband SDRs and coordinates remote sensor nodes over a Meshtastic mesh. Short-burst signals (keyfobs, TPMS, pagers) are scanned autonomously and triangulated post-hoc; longer transmissions (PMR voice, cellular uplinks) are tasked to nodes on demand. Detections flow into SQLite, surface on a live web dashboard, and stream as CoT events to ATAK for map overlay.
Quick install
python3 -m venv venv && source venv/bin/activate pip install -r requirements.txt cd src && python3 sdr.py pmr
See docs/install.md for system dependencies, SDR drivers, and service-mode setup.
Documentation
Full documentation lives in docs/.
more like this
VibeSDR
Vibe-coded, but not slop. A mobile-first SDR receiver for iOS, Android & Apple Watch — the live waterfall on your wrist…
