Snowball-Wang / vppapisamples

Demonstration of VPP managment using API bindings with various languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VPP binary APIs showcase

This is a collection of samples that show how VPP can be configured/managed from various languages The same simple use case is implemented accross the board

Note that these are only samples

More information on this topic can be found in my blog post

Especially in the overview of VPP API

Shows how to manage VPP using:

  • C APIs
  • Java APIs
  • Kotlin using Java APIs
  • Python APIs
  • LUA APIs
  • Golang APIs

Sample L2 use case:

  • Open VPP management session
  • Show interfaces
  • Create loopback interface
  • Show interfaces
  • Show bridge domains
  • Create bridge domain
  • Show bridge domains
  • Close VPP management session

Written for VPP version: 18.04

About

Demonstration of VPP managment using API bindings with various languages


Languages

Language:C 48.8%Language:Java 13.1%Language:Kotlin 11.7%Language:Go 11.7%Language:Python 6.3%Language:Lua 4.8%Language:Shell 3.5%