-
Notifications
You must be signed in to change notification settings - Fork 453
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
How to configure a simple local sdrangel server/client combination? #1823
Comments
You need the --remote-tcp option to sdrangelsrv to tell it to start the Remote TCP Input Sink. (You'll also need the --remote-tcp-hwtype SDRplayV3 options and possibly the --remote-tcp-address as well) See: #1809 |
Hello srcejon, I see that last week you added 4 useful options to the server. Good job. Is there a "quick-start" guide showing how to configure the sdrangel server? Thank you. |
I'm using sdrdaemon in raspberry pi and me too having no luck in connecting to it. I want to compile only the sdrangelsrv for rpi.. how can i do that? compiling all sdrangel git is insane on a rpi3... it takes weeks |
cmake -DBUILD_GUI=OFF -DBUILD_SERVER=ON .. |
Thank you for quick answer. For me to learn, and not asking anymore, in future, where i can find all this compile-time parameters? I've done it, thank you, although its compiling qt5 stuff... i guess its required ......... |
In CMakeLists.txt |
This issue is going to be closed due to inactivity |
I'm trying to configure a simple local sdrangel server/client combination using a Raspberry Pi server and an X86/Debian client.
Unfortunately, I can't get a connection between the client and server (Client device window message is always: "Not connected").
Configuration:
<Both sdrangel client and server compiled from source following "https://github.com/f4exb/sdrangel/wiki/Compile-from-source-in-Linux">
SDR Device:
SDRplay RSP1A connected to Raspberry Pi 4B server
sdrangel Server:
sdrangel Client:
On the Raspberry Pi server:
/opt/install/sdrangel/bin/sdrangelsrv #using all defaults
On the x86_64 client:
I've searched the documentation:
I verified that the SDRplay RSP1A device is recognized by the server:
I've tried forcing the server to use the SDRplay hardware:
sdrangelsrv --remote-tcp-hwtype SDRplayV3
I've tried different ports in RemoteTCPInput: 1234, 8091, 9091, etc.
I verified that the web interface connects using a web browser:
http://127.0.0.1:8091 #Developer information
I've disabled the firewall: no difference.
But I can't get the client to connect to the server:
Client device window message: "Not connected"
How do I configure a simple local sdrangel server/client combination?
The text was updated successfully, but these errors were encountered: