Created
July 20, 2014 14:32
-
-
Save sovietw0rm/7540c86f66e447480ee7 to your computer and use it in GitHub Desktop.
bladerf and airprobe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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