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

Remote TCP improvements #1830

Merged
merged 7 commits into from
Sep 16, 2023
Merged

Remote TCP improvements #1830

merged 7 commits into from
Sep 16, 2023

Conversation

srcejon
Copy link
Collaborator

@srcejon srcejon commented Sep 15, 2023

This PR contains some fixes/improvements to Remote TCP Sink and Device to help with #1827

RemoteTCPInput:

  • Add basic remote device sample rate range checking.
  • Add IP address history.
  • Add SDRPlay LNA gain support.

RemoteTCPSink:

  • Add support for settings keys.
  • Bind to requested interface.
  • Set RTLSDR device ID according to tuner type.

SDRPlayV3:

  • Add support for lnaGain API setting, to allow gain to be set more easily.

RTLSDR:

  • Add tuner type to Web API report.

mainparser:

  • Default to 0.0.0.0 instead of 127.0.0.1 for --remote-tcp-address

Also, while adding settings keys to RemoteTCPSink, I noticed a few small problems in localsink and m17demod's settings keys this patch should fix.

@f4exb f4exb merged commit f6ea6f8 into f4exb:master Sep 16, 2023
1 check passed
@srcejon srcejon deleted the fix_1827 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