libiio icon indicating copy to clipboard operation
libiio copied to clipboard

A cross platform library for interfacing with local and remote Linux IIO devices

Results 80 libiio issues
Sort by recently updated
recently updated
newest added

This PR contains my latest work on the new Libiio 1.x API. The API changed quite a bit, to be more versatile, to map better to the latest IIO kernel...

libiio2

- Add support for creating a XML from a XML string embedded into a URI - This means that every possible IIO context can now be created with the single...

libiio2

Greetings, I am trying to connect to a Pluto SDR via python bindings. Note this is on Apple M2 silicon, os x 12.4. and I've manually installed all the things...

A possible way to support timestamps would be to add the following functions to libiio ```c struct meta_command { uint64 timestamp, uint64 num_samples, enum type { send_timed, send_untimed // timestamp...

Although the package installs (if we ignore signing), it's not working on Monterey.

Apps that use libiio do not automatically find network devices. For example with iio_info it is necessary to specify for example `iio_info -n 192.168.1.1` It would be nice to have...

I am new to using libiio and I would like to use it in a csharp application. However, I have not been able to find any information about how to...

If you try to give negative number for attenuation, software make a mistake and take the "-" symbol as an option. When I was searching, I saw the bug fixed....

I don't think this is exactly what we want - but I have found this helpful, and didn't want to loose it in re-basing... -Robin

libiio2

The name of the library becomes `libiio.lib` after Cmake + Nmake finishes. But using the generated `libiio.pc` with this command `pkg-config libiio --libs --msvc-syntax` gives: `/libpath:f:/ProgramFiler-x86/libiio/lib iio.lib` There's no `iio.lib`....