SoapySDR + AD9361

Please excuse the ticket format, I am just trying to be concise and clear:

Objective: Send IIO register level commands via UDP to zedboard; SoapyADRV9361 provides this functionality for the ADRV9361 but I am using a zedboard.

Work thus far:
Installed SoapySDR
Compiled & installed SoapyADRV9361 on host and client per the instructions on github:

Problem:

I run “SoapySDRUtil --probe” to test connectivity from the client linux PC to the server zedboard and just local to the zedboard. The output is the same error:
“Error find ADRV: Unable to receive the command response
[ERROR] ADRV9361 Soapy driver could not be found”

I expect some issues as the zedboard is not and ADRV9361, but I expected soapy to at least find the AD9361 on this board, similar to IIO_attr -S does. IIO_attr -S does find the AD9361.
Ultimately, I am just trying to broadcast IIO over UDP. Are there any known ways to do this for a general case of the AD9361? If not, is it possible to adapt soapyADRV9361 for the zedboard?

I’m not going to lie, I still haven’t solved the issue of somehow combining UDP with IIO. If anyone has an example that would be neat.

Hi,
This sounds interesting, but I’m not sure how many here have experience with this specifically, as it’s a pretty exotic board compared to what most of us here deal with.