> Hi all,

Hello

> Up to now I have been using the Corr python library for control/monitoring,
> however it would be very useful to integrate this directly into the C/C++
> library.
>
> Is there any similar C API out there?

Yes. See

https://casper.berkeley.edu/git/?p=katcp.git;a=summary

In particular look at examples/new-client-example.c

The client API comes in two layers, one where you can integrate
it into your select()/poll() framework, and one where it blocks
and times out.

regards

marc

Reply via email to