Re: [vpp-dev] VPP Client C API

2020-06-23 Thread Prashant Gajarampalli
Thanks Mahdi for the pointers. Regards, Prashant On Sun, Jun 21, 2020 at 10:28 PM Mahdi Varasteh wrote: > Hi Prashant, > > I think a good example of VAPI, is the older sweetcomb[1] source code( > i.e. the scvpp part of code[2]). It gives you the needed insight and it's a > good starting point

Re: [vpp-dev] VPP Client C API

2020-06-21 Thread Mahdi Varasteh
Hi Prashant, I think a good example of VAPI, is the older sweetcomb[1] source code( i.e. the scvpp part of code[2]). It gives you the needed insight and it's a good starting point for using VAPI. Regards, Mahdi [1] https://github.com/FDio/sweetcomb/ ( https://github.com/FDio/sweetcomb/tree/st

Re: [vpp-dev] VPP Client C API

2020-06-21 Thread Prashant Gajarampalli
Hi Ole, I believe you are referring to test/ext/vapi_c_test.c. However, it would greatly help if there is a page that is similar to https://wiki.fd.io/view/VPP/How_To_Use_The_C_API (which is easy to follow correlating with contents of src/vat/) to explain how-to for VAPI. Appreciate if following c

Re: [vpp-dev] VPP Client C API

2019-08-09 Thread Christian Hopps
The Lua thing is a bit sad, as openwrt's luci uses lua. :) Thanks, Chris. > On Aug 9, 2019, at 4:33 AM, Ole Troan wrote: > > There's also Go, Python, Lua(rotted) and Java bindings. signature.asc Description: Message signed with OpenPGP -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages

Re: [vpp-dev] VPP Client C API

2019-08-09 Thread Ole Troan
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. Unfortun

[vpp-dev] VPP Client C API

2019-08-09 Thread Hua Lv
Hi VPP team, 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. Unfortunate