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.
- Host: GitHub
- URL: https://github.com/paralin/go-libp2p-kcp
- Owner: paralin
- Created: 2017-12-25T04:16:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T08:33:46.000Z (about 8 years ago)
- Last Synced: 2025-10-05T22:36:25.435Z (5 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 12
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
go-libp2p-kcp
=================
[](http://libp2p.io/)
[](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
[](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