Any XPC-ng C/C++ API examples?
-
Hi All,
I really like what I have seen in XCP-ng the more that I am using it. It's an awesome hypervisor and I am really starting to form more specific goals based upon the capabilities of XCP-ng.
Now I need to start learning about the XCP-ng API interface (think that it is XAPI) and try to call my XCP-ng server from a simple C/C++ example.
Does anyone know of any examples that might get me going to compile up and test on my Ubuntu 18.04 system?
Thanks in advance,
-
XAPI is great but oh boy, you'll have to learn a LOT to be able to have something that's resilient.
http://xapi-project.github.io/
I would suggest to use XO CLI instead, or XO API which can act as a proxy for all your pools (unlike XAPI)
-
Thanks again.
I will dig into XAPI and the XO CLI to get a better feel for things.
Best