通过 SpyServer 远程连接 AirSpy R2

作者: lesca 分类: Tutorials 发布时间: 2022-10-08 20:29

/!\ 本文已更新,请前往“火腿百科”查看最新版:
* 火腿百科通过 SpyServer 远程连接 AirSpy

目标

在 NanoPi M4 (树莓派亦可)上连接 AirSpy R2 并通过 SDRSharp 远程访问

  1. 下载 SPY Server – SDR Server for Linux ARM64
    https://airspy.com/download/

  2. 编译
    https://github.com/airspy/airspyone_host#how-to-build-the-host-software-on-linux

# prerequisites
sudo apt-get install build-essential cmake libusb-1.0-0-dev pkg-config

# Build host software on Linux:
wget https://github.com/airspy/airspyone_host/archive/master.zip
unzip master.zip
cd airspyone_host-master
mkdir build
cd build
cmake ../ -DINSTALL_UDEV_RULES=ON
make
sudo make install
sudo ldconfig
  1. 配置
# spyserver.config
# 设备改成 AirSpy R2
device_type = AirspyOne
  1. 运行
    /!\ 注意需要 sudo
sudo ./spyserver

引用

  1. https://airspy.com/quickstart/
  2. https://airspy.com/download/
  3. https://github.com/airspy/airspyone_host#how-to-build-the-host-software-on-linux

版权声明

本文出自 Lesca 技术宅,转载时请注明出处及相应链接。

本文永久链接: https://www.lesca.cn/archives/%e9%80%9a%e8%bf%87-spyserver-%e8%bf%9c%e7%a8%8b%e8%bf%9e%e6%8e%a5-airspy-r2.html

如果觉得我的文章对您有用,请随意赞赏。您的支持将鼓励我继续创作!