https://github.com/cisco-open/go-p4
https://github.com/cisco-open/go-p4
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cisco-open/go-p4
- Owner: cisco-open
- License: apache-2.0
- Created: 2022-06-13T14:55:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T23:23:35.000Z (3 months ago)
- Last Synced: 2025-02-04T00:26:32.480Z (3 months ago)
- Language: Go
- Size: 300 KB
- Stars: 3
- Watchers: 6
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-p4
Note, when running with '-log_dir foo', make sure 'foo' directory exists.
## Description
At a high level, this package is intended to help drive P4Runtime use cases (clients and tests included).
It contains wrappers to handle connections, streams, reading from streams, managing go routines, counters, etc.
It is assumed that a higher level package (client/test) can use the go-p4 package to help drive P4Runtime P4Info specific use cases.