Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 344 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 344 Bytes

This is a patched version of git://git.gnumonks.org/airprobe

The patch makes it use gnuradio-runtime instead of gnuradio-core to resolve compatibility with gnuradio 3.7

Tested and working with the HackRF one.

Compiling:

cd airprobe/gsm-receiver/
./bootstrap
./configure
make

cd airprobe/gsmdecode/
./bootstrap
./configure
make