martinmarinov / TempestSDR

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

HackRF_Linux #26

Open ka1ips0 opened 4 years ago

ka1ips0 commented 4 years ago

When there will be support of using HackRF with tempest sdr on linux natively? Or if this issue was resolved - how to run it natively on linux?

neib commented 1 year ago

Hi! No ExtIO file is needed. Here is the trick: Start an instance with hackrf_transfer by saving to a file. Keep open. Then, in TempestSDR, simply start from that same file. Beware, the file will become very large depending on the parameters chosen. ~20MiB/s for a 10MHz sampling rate. You should also take a look at the RX LNA and RX VGA options. So I made a simple script to automate this: https://github.com/neib/HackRF_Transfer-GUI feel free to use it.