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.
python3 -m venv venv && source venv/bin/activate
pip install -r requirements.txt
cd src && python3 sdr.py pmrSee docs/install.md for system dependencies, SDR drivers, and service-mode setup.
Full documentation lives in docs/.
