# vpp-binapi **Repository Path**: yeanleo/vpp-binapi ## Basic Information - **Project Name**: vpp-binapi - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-15 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vpp-binapi **vpp-binapi** repository contains generated Go code for [VPP binary API](https://wiki.fd.io/view/VPP/The_VPP_API) generated with [GoVPP](https://github.com/FDio/govpp)'s binapi-generator. The actual code generation is done by Jenkins and then comitted to this repository automatically on any change in definitions of VPP API (`*.api`) found on VPP's [**master**](https://github.com/FDio/vpp/tree/master/) branch. ## Versioning The version of VPP that was used for generating the code is defined in [`VPP_VERSION`](VPP_VERSION) file. Compatibility with VPP instance is verified at runtime by comparing version hash of all generated binapi messages with version hashes of connected VPP. This means that any change to a specific message will result in runtime incompatibility.