IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    通过 SpyServer 远程连接 AirSpy R2

    lesca发表于 2022-10-08 12:29:19
    love 0

    /!\ 本文已更新,请前往“火腿百科”查看最新版:
    * 火腿百科 – 通过 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


沪ICP备19023445号-2号
友情链接