Skip to content

Instantly share code, notes, and snippets.

@sovietw0rm
Created July 20, 2014 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sovietw0rm/7540c86f66e447480ee7 to your computer and use it in GitHub Desktop.
Save sovietw0rm/7540c86f66e447480ee7 to your computer and use it in GitHub Desktop.
bladerf and airprobe
install libosmocore
git clone git://git.osmocom.org/libosmocore.git
cd libosmocore
autoreconf –i
./configure
make
sudo make install
sudo ldconfig
install airprobe
git clone git://git.gnumonks.org/airprobe.git
git clone https://github.com/scateu/airprobe-3.7-hackrf-patch
cd airprobe
patch -p1 <../airprobe-3.7-hackrf-patch/zmiana.patch
install gsmdecode
cd gsmdecode
./bootstrap
./configure
make
install gsm-receiver
cd gsm-receiver
./bootstrap
./configure
make
copy airprobe-3.7-hackrf-patch/gsm_receive_hackrf_3.7.py to airprobe/gsm-receiver/src/python folder
receive a live channel
./gsm_receive_hackrf_3.7.py -s 2e6
it work with sample_rate higher than 1.6mhz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment