Hello, I am trying to implement a client to VPP in my application that configures VPP by calling its APIs. I see that VAT (VPP API TEST?) already has a client implemented as part of its testing infrastructure. And I also see that there is a test_client which is a straight-forward and organic client to configure VPP.
I have the following questions on which one to be used in my application. 1. Can I make changes to the existing VAT code to make it work like VPP client in my application? Or 1. Should I implement a VPP client in my application similar to test_client? Could you please let me know which approach would be best wrt functionality, future releases etc? Thanks, Leela sankar