26 lines
1.3 KiB
Markdown
26 lines
1.3 KiB
Markdown
|
# go-libp2p-yamux
|
||
|
|
||
|
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](https://protocol.ai)
|
||
|
[![](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](https://libp2p.io/)
|
||
|
[![](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p)
|
||
|
[![GoDoc](https://godoc.org/github.com/libp2p/go-libp2p-yamux?status.svg)](https://godoc.org/github.com/libp2p/go-libp2p-yamux)
|
||
|
[![Coverage Status](https://coveralls.io/repos/github/libp2p/go-libp2p-yamux/badge.svg?branch=master)](https://coveralls.io/github/libp2p/go-libp2p-yamux?branch=master)
|
||
|
[![Build Status](https://travis-ci.com/libp2p/go-libp2p-yamux.svg?branch=master)](https://travis-ci.com/libp2p/go-libp2p-yamux)
|
||
|
[![Discourse posts](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io)
|
||
|
|
||
|
> An adapter to integrate the yamux multiplexer into libp2p as a stream muxer.
|
||
|
|
||
|
## Install
|
||
|
|
||
|
```sh
|
||
|
go get github.com/libp2p/go-libp2p-yamux
|
||
|
```
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
Check out the [GoDocs](https://godoc.org/github.com/libp2p/go-libp2p-yamux).
|
||
|
|
||
|
## License
|
||
|
|
||
|
Dual-licensed under MIT and ASLv2, by way of the [Permissive License Stack](https://protocol.ai/blog/announcing-the-permissive-license-stack/).
|