[USRP-users] USRP B205 mini + uhd::usrp::multi_usrp_uhd + multithreading

2019-12-22 Thread Melnikov, Roman via USRP-users
Hello everyone, I have 8 b205mini devices, and I use uhd::usrp::multi_usrp::make(...) I try to read from each device from different thread When I run the profiler what I see is that libusb has single thread that do polling ! When I run 8 applications each in different process my performance is

Re: [USRP-users] USRP B205 mini + uhd::usrp::multi_usrp_uhd + multithreading

2020-01-05 Thread Melnikov, Roman via USRP-users
y, it could work. Highly untested! Best regards, Marcus On Sun, 2019-12-22 at 16:11 +0000, Melnikov, Roman via USRP-users wrote: > Hello everyone, > > I have 8 b205mini devices, and I use uhd::usrp::multi_usrp::make(…) > > I try to read from each device from different thread > &g