28
2022
12

rsp1 tcp 服务器安装 SDRPlay

安装编译环境
apt-get install git build-essential cmake automake libusb-1.0-0-dev
git clone https://github.com/SDRplay/RSPTCPServer
cd RSPTCPServer
mkdir build
cd build
cmake ..
make
make install
编译安装

启动命令如下
rsp_tcp -E -a 192.168.88.36 -p 55312

根据实际地址

nano /etc/rc.local


编辑开机

/usr/local/bin/rsp_tcp -E -a 192.168.88.36 -p 55132 &

放到之前
exit 0 
参考

另外可以研究一下https://github.com/pothosware/SoapyRemote
« 上一篇 下一篇 »