https://github.com/xmidt-org/wrp-go
go implementation of the Web Routing Protocol
https://github.com/xmidt-org/wrp-go
codex webpa xmidt
Last synced: about 2 months ago
JSON representation
go implementation of the Web Routing Protocol
- Host: GitHub
- URL: https://github.com/xmidt-org/wrp-go
- Owner: xmidt-org
- License: apache-2.0
- Created: 2019-03-11T23:49:27.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T22:14:30.000Z (3 months ago)
- Last Synced: 2025-03-23T12:32:52.692Z (2 months ago)
- Topics: codex, webpa, xmidt
- Language: Go
- Homepage:
- Size: 740 KB
- Stars: 4
- Watchers: 13
- Forks: 6
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# wrp-go
wrp-go provides a library implementing the [Web Routing Protocol](https://github.com/xmidt-org/wrp-c/wiki/Web-Routing-Protocol)
structures and supporting utilities.[](https://github.com/xmidt-org/wrp-go/actions/workflows/ci.yml)
[](https://codecov.io/gh/xmidt-org/wrp-go)
[](https://goreportcard.com/report/github.com/xmidt-org/wrp-go)
[](https://github.com/xmidt-org/wrp-go/blob/main/LICENSE)
[](CHANGELOG.md)
[](https://pkg.go.dev/github.com/xmidt-org/wrp-go/v5)## Table of Contents
- [Code of Conduct](#code-of-conduct)
- [Examples](#examples)
- [Contributing](#contributing)## Code of Conduct
This project and everyone participating in it are governed by the [XMiDT Code Of Conduct](https://xmidt.io/code_of_conduct/).
By participating, you agree to this Code.## Examples
To use the wrp-go library, it first should be added as an import in the file you plan to use it.
Examples can be found at the top of the [GoDoc](https://godoc.org/github.com/xmidt-org/wrp-go).## Contributing
Refer to [CONTRIBUTING.md](CONTRIBUTING.md).