Dies ist eine alte Version des Dokuments!
##### PREQUEST
Download unzip and put on sd card the ARM software (Raspbian Stretch Lite)
Win32DiskImager
PuTTY
login as: pi
password: raspberry
##### SETUP
passwd
sudo apt-get update
sudo apt-get upgrade
sudo raspi-config (Network Options/N1/N2, Localisation Options I2)
sudo reboot
##### INSTALL RTL-SDR Library
sudo apt-get install -y git cmake pkg-config libusb-1.0-0-dev
git clone git:git.osmocom.org/rtl-sdr.git cd rtl-sdr mkdir build cd build cmake ../ -DINSTALL_UDEV_RULES=ON make sudo make install sudo cp ../rtl-sdr.rules /etc/udev/rules.d/ sudo ldconfig rm -rf * ##### Blacklist the DVB-T Drivers sudo nano /etc/modprobe.d/blacklist-rtl.conf # This creates a new file so enter the following lines: blacklist dvb_usb_rtl28xxu blacklist rtl2832 blacklist rtl2830 # Press control-X followed by Y to exit and save the modified file. sudo reboot rtl_test -t ##### INSTALL AriSpy HF+ Library # sudo apt-get install -y cmake libusb-1.0.0-dev wget https://github.com/airspy/airspyhf/archive/master.zip unzip master.zip cd airspyhf-master mkdir build cd build cmake ../ -DINSTALL_UDEV_RULES=ON make sudo make install sudo ldconfig # cd /home/pi # rm master.zip mkdir ~/spyserver wget https://airspy.com/downloads/spyserver-arm32.tgz tar -xvf spyserver-arm32.tgz -C ~/spyserver cd ~/spyserver sudo chmod +x spyserver ##### Configure SpyServer sudo nano spyserver.config sudo reboot cd ~/spyserver ./spyserver spyserver.config