https://wiki.analog.com/resources/tools-software/linux-software/libiio_internals says that "in theory, it would be completely possible to make IIOD use the network backend, and chain two IIO servers"
iio_info finds network context for:
A -> B where A=PC and B=ADALM-PLUTO
A -> C where A=PC and C=DART-6UL dev board
C -> B i.e. iio_info running on DART-6UL reporting context of ADLAM-PLUTO
However, I want the following configuration
A -> C -> B where A -> C is ethernet and C -> B is usb
How can I get iio_info on A (PC) reporting stuff from B (PLUTO) connected via C (DART-6UL)?
Kind regards
DrFlute