shajen / rtl-sdr-scanner-cpp

GNU General Public License v3.0
603 stars 61 forks source link

RTL TCP #81

Open ra3sad opened 8 months ago

ra3sad commented 8 months ago

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 commented 8 months ago

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

"mqtt": {
    "hostname": "192.168.15.110",
    "port": 1883,
    "username": "admin",
    "password": "****"
  }
ra3sad commented 8 months ago

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

abdellahaski commented 8 months ago

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 commented 8 months ago

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