projecthorus / radiosonde_auto_rx

Automatically Track Radiosonde Launches using RTLSDR
GNU General Public License v3.0
474 stars 122 forks source link

Dedicated only_scan/never_scan per SDR #884

Closed EightEFI closed 4 weeks ago

EightEFI commented 4 weeks ago

I wanted to dedicate few directional antennas to two directions, which are over 90 degrees apart. I just discovered after testing that this seems not be possible? That both SDRs would work independently with their own lists to scan.

darksidelemm commented 4 weeks ago

For this situation you are probably better off running two instances of radiosonde_auto_rx, one for each SDR. I'd rather not complicate the configuration settings any more than they already are!

EightEFI commented 4 weeks ago

Thank you for quick reply! That is the route I am now going towards.