Re: [vpp-dev] Write simple program that can work with VPP API

2017-12-11 Thread Dave Wallace
Samuel, Your main() function is missing the initialization of the connection to VPP as well as vppinfra initialization should you decide to use such features in your app. I would recommend that you review the vat (VPP API Test) application main() function which is the application used to tes

[vpp-dev] Write simple program that can work with VPP API

2017-12-10 Thread Samuel S
Hi, I decide to write some simple program that can work with VPP API. in other word i want call some vpp api in my simple program. I want interact with VPP through C application. and i read wiki but i think i have some mistake, or i can't fully und