libm2k icon indicating copy to clipboard operation
libm2k copied to clipboard

Scan all iio contexts.

Open teoperisanu opened this issue 4 years ago • 0 comments

Currently libm2k will detect only USB contexts. This restriction is found here: https://github.com/analogdevicesinc/libm2k/blob/master/src/contextbuilder.cpp#L76.

After libiio v.0.20 multiple backend types can be handled with the same function, using as parameter a concatenated string such as: "local:usb:ip:", or NULL for all the available backends.

teoperisanu avatar Feb 08 '21 09:02 teoperisanu