This is an old revision of the document!


SDR

$ brew update
$ brew upgrade # may be unnecessary
$ brew tap metacollin/gnuradio
$ brew install gnuradio # took 55 mins on my laptop & installed python via homebrew
$ brew install librtlsdr --HEAD # this installed b4c4e723f3656954f160b3f8df4e8804e4a46acd for me
$ brew tap chleggett/gqrx
$ brew tap chleggett/gr-osmosdr
$ pip install cheetah
$ brew install gqrx
$ brew linkapps gqrx
$ open /Applications/Gqrx.app/Contents/MacOS/Gqrx

Run with:

 /usr/local/Cellar/gqrx/2.4/Gqrx.app/Contents/MacOS/Gqrx 
$ brew install dsd
$ brew instal socat

dump1090

mkdir ~/sdr; cd ~/sdr
git clone https://github.com/MalcolmRobb/dump1090
cd dump1090; make
./dump1090 --interactive --net
  • project/sdr.1458469712.txt.gz
  • Last modified: 2016/03/20 11:28
  • by over23