You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When querying the device remotely (RTLSDR at least, I may have missed something in the module?), the only way I know it's an rtlsdr is by checking known parameters and the 'rtl' index key. It would be handy to automatically return the remote:driver and remote option as well; right now I just get driver=remote and if you pass it directly to make() it won't work without setting those two as well.
The text was updated successfully, but these errors were encountered:
cjcliffe
changed the title
Remote device should probably return remote:driver= and remote= to match the incoming parameters.
Remote device should probably return remote:driver= and remote= to work with make
Oct 5, 2015
When querying the device remotely (RTLSDR at least, I may have missed something in the module?), the only way I know it's an rtlsdr is by checking known parameters and the 'rtl' index key. It would be handy to automatically return the remote:driver and remote option as well; right now I just get driver=remote and if you pass it directly to make() it won't work without setting those two as well.
The text was updated successfully, but these errors were encountered: