Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 2.7% on proxy.golang.org
Top 1.7% dependent packages on proxy.golang.org
Top 1.7% dependent repos on proxy.golang.org
Top 3.2% forks on proxy.golang.org

proxy.golang.org : go.fd.io/govpp

Package govpp provides the entry point to govpp functionality. It provides the API for connecting the govpp core to VPP either using the default VPP adapter, or using the adapter previously set by SetAdapter function (useful mostly just for unit/integration tests with mocked VPP adapter). To create a connection to VPP, use govpp.Connect function: Make sure you close the connection after using it. If the connection is not closed, it will leak resources. Please note that only one VPP connection is allowed for a single process. In case you need to mock the connection to VPP (e.g. for testing), use the govpp.SetAdapter function before calling govpp.Connect. Once connected to VPP, use the functions from the api package to communicate with it.

Registry - Source - Documentation - JSON
purl: pkg:golang/go.fd.io/govpp
Keywords: binapi, client-library, golang, vpp, vpp-api
License: Apache-2.0
Latest release: 5 months ago
First release: almost 5 years ago
Namespace: go.fd.io
Dependent packages: 8
Dependent repositories: 10
Stars: 165 on GitHub
Forks: 75 on GitHub
Docker dependents: 2
Docker downloads: 138
See more repository details: repos.ecosyste.ms
Last synced: 3 days ago

    Loading...
    Readme
    Loading...