-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend to RSP_TCP server protocol for remote SDRPlay devices #1
Comments
Sounds good. We'd just need to detect the There still isn't any back channel and no flow control. I was thinking about adding a best-effort flow control transparently, basically a command to pause/resume the stream according to |
I don't know if it can help for dev work but there is the Extio RSP_TCP source code here: https://github.com/SDRplay/ExtIO_RSP_TCP where is implemented the specific client part. |
Thanks, always good to confirm that we got the right idea. |
You're right. |
I'll add a branch with basic support for the extended mode. Maybe it'll just work :) |
There is an implementation of RTL_TCP / RSP_TCP as plugin from SDRAngel. https://github.com/f4exb/sdrangel/tree/master/plugins/samplesource/remotetcpinput It could help add the rsp_tcp protocol in the Soapy driver ? In this plugin, the 2 protocols are supported RTL0 for rtl_tcp and SDRA for rsp_tcp with it's enhanced features. |
SDRplay team has developed an extended version of RTL_TCP called RSP_TCP : https://github.com/SDRplay/RSPTCPServer
There is the -E (extented mode) to control specific RSP devices settings + 12 bits instead of 8 from original RTL-SDR.
This would bring access to remote sdrplay family devices from Soapy.
The text was updated successfully, but these errors were encountered: