Here is a list of code examples demonstrating various GoVPP features:
- api-trace - trace sent/received messages
- binapi-types - using common types from generated code
- multi-vpp - connect to multiple VPP instances
- perf-bench - very basic performance test for measuring throughput
- rpc-service - effortless way to call VPP API via RPC client
- simple-client - send and receive VPP API messages using GoVPP API directly
- stats-client - client for retrieving VPP stats data
- stream-client - using new stream API to call VPP API