An open API service indexing awesome lists of open source software.

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

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.

[![Build Status](https://github.com/xmidt-org/wrp-go/actions/workflows/ci.yml/badge.svg)](https://github.com/xmidt-org/wrp-go/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/xmidt-org/wrp-go/branch/main/graph/badge.svg?token=tWY4sd44iI)](https://codecov.io/gh/xmidt-org/wrp-go)
[![Go Report Card](https://goreportcard.com/badge/github.com/xmidt-org/wrp-go)](https://goreportcard.com/report/github.com/xmidt-org/wrp-go)
[![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/xmidt-org/wrp-go/blob/main/LICENSE)
[![GitHub Release](https://img.shields.io/github/release/xmidt-org/wrp-go.svg)](CHANGELOG.md)
[![GoDoc](https://pkg.go.dev/badge/github.com/xmidt-org/wrp-go/v5)](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).