Page 1 of 1

sdrplay server

Posted: Thu Mar 10, 2016 11:22 pm
by daryl0
I would like to make a sdr server for personal use with Linux or raspberry to use it even outside remotely home with sdrplay.

Re: sdrplay server

Posted: Fri Mar 11, 2016 9:05 am
by Sasan
If you are a C programmer, you can change one of the existing projects to include SDRPlay support (by changing rtl_tcp for example)
Take a look at this topic: viewtopic.php?t=102
Also take a look at SoapySDR project: https://github.com/pothosware/SoapyRemote/wiki
(I'm not sure whether you can use the remote access with SDRPlay, but certainly does worth a look)

Re: sdrplay server

Posted: Fri Mar 11, 2016 10:46 am
by daryl0
viewing the page:

http://www.sdrplay.com/linux.html

I see that SoapySDR & SoapySDRPlay support SDRPLAY . I conclude that remote support is compatible. When I have time since I have already installed cubicsdr installed on this PC with debian8 also configure the remote support soapysdr and verify that everything is working . thanks for the advice.

Re: sdrplay server

Posted: Fri Mar 11, 2016 12:29 pm
by Sasan
Ok, now I can confirm that it supports SDRPlay in remote mode.
I streamed from a MacBook to a Windows machine.
I used SoapySDRServer on Mac and CubicSDR on Windows and it worked flawlessly.

Re: sdrplay server

Posted: Fri Mar 11, 2016 2:53 pm
by daryl0
Once installed and configured for remote SDRPlay you can listen remotely with HDSDR ?

Re: sdrplay server

Posted: Fri Mar 11, 2016 4:56 pm
by Sasan
daryl0 wrote:Once installed and configured for remote SDRPlay you can listen remotely with HDSDR ?
No. The client have to support SoapySDR API (in fact, the client is an app or plugin which supports SoapySDR remote protocol)