Hi,
How can I run the libiio/examples/ad9361-iiostream.c example, so that it runs on a linux host (RHEL-6.6 64-bit), and uses a network backend to communicate with a ZC706+AD-FMCOMMS3-EBZ board, via an ethernet connection.
I've got the ZC706+AD-FMCOMM3-EBZ setup, and I can run the ad9361-iiostream example on the target board, as outlined in the following discussion thread:
AD9361+Zedboard and AD9361_iiostream example
I've build libiio on my host but when I try to run it, it gives me an error saying:
* Acquiring IIO context
ERROR: Unable to create context: No such file or directory
ad9361-iiostream: ad9361-iiostream.c:194: main: Assertion `(ctx = iio_create_default_context()) && "No context"' failed.
Regards,
Elvis Dowson