Skip to content

marosmars/vppapisamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published