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

https://github.com/paralin/go-libp2p-kcp

KCP transport for libp2p.
https://github.com/paralin/go-libp2p-kcp

Last synced: 4 months ago
JSON representation

KCP transport for libp2p.

Awesome Lists containing this project

README

          

go-libp2p-kcp
=================

[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://libp2p.io/)
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)

> A kcp transport for libp2p.

This is an implementation of the libp2p transport spec that uses [kcp-go](https://github.com/xtaci/kcp-go) as the underlying transport.

## Table of Contents

- [Install](#install)
- [Contribute](#contribute)
- [License](#license)

## Install

```sh
go get github.com/paralin/go-libp2p-kcp
```

## Usage

### API

[![GoDoc](https://godoc.org/github.com/paralin/go-libp2p-kcp?status.svg)](https://godoc.org/github.com/paralin/go-libp2p-kcp)

### Examples

Examples can be found in the [examples folder](examples).

## Contribute

PRs are welcome!

Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.

## License

MIT © Christian Stewart