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

RTL TCP #81

Open
ra3sad opened this issue Oct 23, 2023 · 4 comments
Open

RTL TCP #81

ra3sad opened this issue Oct 23, 2023 · 4 comments

Comments

@ra3sad
Copy link

ra3sad commented Oct 23, 2023

Hello!
I compiled auto_sdr from sources (devel branch). What do I need to add to the config to connect to specific address and port of rtl_tcp server?

@abdellahaski
Copy link

You'll need to update this part on the config file:

"mqtt": {
    "hostname": "192.168.15.110",
    "port": 1883,
    "username": "admin",
    "password": "****"
  }

@ra3sad
Copy link
Author

ra3sad commented Oct 23, 2023

No, I don't need to use mqtt service. I need to connect to rtl_tcp to get IQ data over network.

@abdellahaski
Copy link

I don't think that auto_sdr can connect to rtl_tcp, I think it need the device connected physically.
You can install auto_sdr in the same machine that have the rtl_tcp server and then the other components on another machine

@ra3sad
Copy link
Author

ra3sad commented Oct 24, 2023

No, it's impossible. Devel branch uses SoapySDR to connect to SDR devices, including RTL-TCP.

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

No branches or pull requests

2 participants