You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.
cd ~/
git clone https://github.com/IW0HDV/airspyhf.git -b tools
cd airspyhf/
mkdir build
cd build
cmake ../ -DINSTALL_UDEV_RULES=ON
make
sudo make install
sudo ldconfig
Download, build and install csdr library (which is a dependency of OpenWebRX)
git clone https://github.com/simonyiszk/csdr.git
cd ~/csdr
make
sudo make install
Install OpenWebRx
Clone IW0HDV fork, that contains a configuration file suitable for AirSpyHF:
cd ~/
git clone https://github.com/IW0HDV/openwebrx.git -b airspyhf