Open ra3sad opened 1 year ago
You'll need to update this part on the config file:
"mqtt": {
"hostname": "192.168.15.110",
"port": 1883,
"username": "admin",
"password": "****"
}
No, I don't need to use mqtt service. I need to connect to rtl_tcp to get IQ data over network.
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
No, it's impossible. Devel branch uses SoapySDR to connect to SDR devices, including RTL-TCP.
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?