26 lines
1.3 KiB
Markdown
26 lines
1.3 KiB
Markdown
# go-libp2p-yamux
|
|
|
|
[](https://protocol.ai)
|
|
[](https://libp2p.io/)
|
|
[](http://webchat.freenode.net/?channels=%23libp2p)
|
|
[](https://godoc.org/github.com/libp2p/go-libp2p-yamux)
|
|
[](https://coveralls.io/github/libp2p/go-libp2p-yamux?branch=master)
|
|
[](https://travis-ci.com/libp2p/go-libp2p-yamux)
|
|
[](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/).
|