martinmarinov / TempestSDR

Remote video eavesdropping using a software-defined radio platform
GNU General Public License v3.0
1.35k stars 248 forks source link

Command-line Client #16

Open xloem opened 6 years ago

xloem commented 6 years ago

A lightweight, console client would the software useful on low-end or headless systems, not require java, and allow for easy quick & automated use. Potential behaviors include scanning for signals, and writing out video streams.

martinmarinov commented 6 years ago

Sure :) It shouldn't be very difficult, the C library is pretty self contained, the Java is just for the GUI, there is no DSP in Java.

I would be happy to accept a pull request if anyone has a great idea. Alternatively feel free to fork the project and strip out the java bit :)