介绍
SDR++ is a cross-platform and open source SDR software with the aim of being bloat free and simple to use.
特性
Multi VFO
Wide hardware support (both through SoapySDR and dedicated modules)
SIMD accelerated DSP
Cross-platform (Windows, Linux, OSX and BSD)
Full waterfall update when possible. Makes browsing signals easier and more pleasant
Modular design (easily write your own plugins)
截图
官网
SDR++ 官网
最新发布(含安卓) - 传送阵
Github项目 - 传送阵
安装
1.Manjaro环境使用aur方式安装
yay -S sdrpp
问题
使用glfw-wayland
会报错如下:
[2023-04-25 12:27:00.073] [info] SDR++ v1.0.4
[2023-04-25 12:27:00.073] [info] Loading config
[2023-04-25 12:27:00.074] [error] Glfw Error 65544: Wayland: Failed to connect to display
解决
解决方案,卸载glfw-wayland
安装glfw-x11
如已安装可运行如下代码,新安装
请按照提示选择glfw-x11
即可.
yay -Rncv glfw-wayland && yay -S glfw-x11
评论区