xmikos / soapy_power

Obtain power spectrum from SoapySDR devices (RTL-SDR, Airspy, SDRplay, HackRF, bladeRF, USRP, LimeSDR, etc.)
MIT License
164 stars 35 forks source link

Handle stream exceptions gracefully #12

Open xloem opened 6 years ago

xloem commented 6 years ago

By catching stream exceptions, this patch ensures the data accumulated prior to the exception is written to the output before shutting down.

Notably, this catches timeout errors when the device is yanked, reducing data loss.