Skip to content
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

Command line options to start Remote TCP Sink #1809

Merged
merged 2 commits into from
Sep 6, 2023

Conversation

srcejon
Copy link
Collaborator

@srcejon srcejon commented Sep 5, 2023

The following patch adds command line options to be able to start the Remote TCP Sink on a specified device, so you can start a remote server without using the API or GUI, which should hopefully make it easier to use. E.g:

sdrangelsrv --remote-tcp --remote-tcp-hwtype RTLSDR

Additional options:

--remote-tcp-serial: Specify device by serial number, instead of a hwtype
--remote-tcp-address: TCP address of interface to listen on
--remote-tcp-port: TCP port to listen on
--list-devices: List physical devices, so you can see what needs to be passed to --remote-tcp-hwtype/serial

All the device settings (sample rate / freq etc) can be set by the client Remote TCP Device GUI, so shouldn't need command line options.

Thoughts?

@f4exb
Copy link
Owner

f4exb commented Sep 5, 2023

looks good to me

@f4exb f4exb merged commit df179dd into f4exb:master Sep 6, 2023
@srcejon srcejon deleted the cli_remote_tcp branch February 28, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants