Hi Hua,

> Here’s a basic question for the VPP APIs. We are trying to integrate the VPP 
> into our application. We plan to use the C API as the interface between our 
> software and VPP.  I thought there was a C library that can be built into our 
> software at least for existing plugins. Unfortunately I didn’t find it. The 
> only thing I got is the vat.  Do I have to write such a library by ourselves?

There is a C/C++ language binding, called VAPI.
See https://git.fd.io/vpp/tree/src/vpp-api/vapi

There are a few examples in the test code.
All the APIs are supported and autogenerated from the .api files, into per .api 
header files.

There's also Go, Python, Lua(rotted) and Java bindings.

Best regards,
Ole
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13689): https://lists.fd.io/g/vpp-dev/message/13689
Mute This Topic: https://lists.fd.io/mt/32808207/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to