pothosware / PothosSDR

Pothos SDR windows development environment
https://github.com/pothosware/PothosSDR/wiki
313 stars 48 forks source link

Long timeouts and ERROR: Unable to find host: No such host is known. #56

Closed guruofquality closed 6 years ago

guruofquality commented 6 years ago

From @vsboost on July 14, 2018 6:6

Just wondering why i get these errors continuously, and if there is something i can do to make them stop.

Thanks

image

Copied from original issue: pothosware/PothosFlow#165

guruofquality commented 6 years ago

@vsboost @asymcon Its the new support for pluto sdr, you can delete C:\PothosSDR\lib\SoapySDR\modules0.6\PlutSDRSupport.dll in the meantime

guruofquality commented 6 years ago

I tracked it down to the SoapyPlutoSDR project. I think its doing network things it should not: https://github.com/jocover/SoapyPlutoSDR/issues/3

vsboost commented 6 years ago

Thanks for this.

guruofquality commented 6 years ago

It also seems UHD is taking a very long time in this build due to some new module support (so its not helping things either). I gave them some patches: https://github.com/EttusResearch/uhd/issues/197

I'm also adding something similar to SoapySDR so modules can be searched for devices in parallel.

guruofquality commented 6 years ago

I patched the SoapyPlutoSDR for now to use a network address in the args and to not search for non existent default devices. I hope the patch makes it upstream