-
Notifications
You must be signed in to change notification settings - Fork 447
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
SoapyRemote support #255
Comments
I just made it work so it works. You have first to make sure you can make the connection with the SoapySDR utilities. You should get no red lines in the SoapySDRServer nor the SoapySDRUtil outputs. Make sure the udev rules are correctly defined, add the necessary libraries to the LD_LIBRARY_PATH... On server side:
On client side:
So basically this is SoapySDR business not SDRangel's The only thing to notice is that the timeout value on
|
Indeed you were right about a few things. Its all working now. Closing. |
@sgoudelis, how did you get this to work? |
SoapySDR support is working for me for the most part. It is detecting locally attached SDR but it is not working anymore for SDRs connected to a remote box and using SoapyRemote. Other software that uses SoapyRemote works fine with my installation. Any ideas what to look for ? If you like some log outputs please let me know.
The text was updated successfully, but these errors were encountered: