Attempting an SDRPlay LAN server with Raspberry PI

General discussions
Post Reply
corq
Posts: 12
Joined: Sat Jan 30, 2016 2:21 am

Attempting an SDRPlay LAN server with Raspberry PI

Post by corq » Sun Mar 20, 2016 12:35 am

I'm using https://github.com/TonyHoyle/sdrplay to attempt using the Raspberry Pi 3 as a remote server, so that I might place my SDRplay away from all my computers and RFI and still enjoy it. Has anyone done this yet? I feel like I'm close but slightly daft as to what I should do next.

So far the install Soapy, SoapyRemote, and the github app; all *appears to go well* remotely and the server application (emulating rtlsdr) appears to open a connection, however when attempting to connect via my Ubuntu CubicSDR instance it doesn't connect or stream anyting, yet the RasPi sees the attempts (x.x.x.33 is my CubicSDR client machine):

Code: Select all

root@raspberrypi:/opt/SoapyRemote# SoapySDRServer --bind="192.168.1.25:1234"
######################################################
## Soapy Server -- Use any Soapy SDR remotely
######################################################

08c74f1b-659f-143d-8567-05c3007f0101 
Launching the server... tcp://192.168.1.25:1234
Server bound to 192.168.1.25:1234
Launching discovery server... 
Press Ctrl+C to stop the server
SoapyServerListener::accept(192.168.1.33:48930)
SoapyServerListener::accept(192.168.1.33:48932)
SoapyServerListener::close()
SoapyServerListener::close()
SoapyServerListener::accept(192.168.1.33:48934)
SoapyServerListener::accept(192.168.1.33:48936)
SoapyServerListener::close()
SoapyServerListener::close()
Can anyone point me in the right direction? Thanks in advance.
Last edited by corq on Thu Jan 01, 1970 12:00 am, edited 0 times in total.
Reason: No reason

sdrplay
Posts: 978
Joined: Wed Jan 07, 2015 7:58 am

Re: Attempting an SDRPlay LAN server with Raspberry PI

Post by sdrplay » Sun Mar 20, 2016 7:59 am

I think you have 2 things confused here...

Tony Hoyle published an equivalent to the rtl_tcp server. I'm not sure how well it works, if there are issues, we could look at that.

The SoapyRemote software allows SoapySDR aware applications (such as CubicSDR) to communicate with the RSP over a network.

I think both of these will do what you want (again, I haven't tested them) but I'm not sure what SDR application you are using.

Hope that helps,

Best regards,

SDRplay Support
Last edited by sdrplay on Thu Jan 01, 1970 12:00 am, edited 0 times in total.
Reason: No reason

corq
Posts: 12
Joined: Sat Jan 30, 2016 2:21 am

Re: Attempting an SDRPlay LAN server with Raspberry PI

Post by corq » Sun Mar 20, 2016 2:34 pm

sdrplay wrote:I think you have 2 things confused here...

Tony Hoyle published an equivalent to the rtl_tcp server. I'm not sure how well it works, if there are issues, we could look at that.

The SoapyRemote software allows SoapySDR aware applications (such as CubicSDR) to communicate with the RSP over a network.

I think both of these will do what you want (again, I haven't tested them) but I'm not sure what SDR application you are using.

Hope that helps,

Best regards,

SDRplay Support
Ah! I likely am, only because I had used something similar with actual RTLSDR dongles previously.

I'll read up more on how the Soapy aspect works. Thanks for setting me straight!
Last edited by corq on Thu Jan 01, 1970 12:00 am, edited 0 times in total.
Reason: No reason

corq
Posts: 12
Joined: Sat Jan 30, 2016 2:21 am

Re: Attempting an SDRPlay LAN server with Raspberry PI

Post by corq » Mon Mar 21, 2016 12:33 am

Managed to get the SoapyRemote server working tonight, audio tad choppy but dialing down to lowest settings improved this, thanks for pointing me in the right direction!
Last edited by corq on Thu Jan 01, 1970 12:00 am, edited 0 times in total.
Reason: No reason

Post Reply