14 lines
698 B
Markdown
14 lines
698 B
Markdown
# go-libp2p-mplex - a go-stream-muxer shim for multiplex
|
|
|
|
[](http://ipn.io) [](http://webchat.freenode.net/?channels=%23ipfs) 
|
|
|
|
This is an implementation of the [go-stream-muxer](https://github.com/libp2p/go-stream-muxer) interface for [multiplex](https://github.com/libp2p/go-mplex). For more information, see that repo.
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
go get -d github.com/libp2p/go-libp2p-mplex
|
|
cd $GOPATH/src/github.com/libp2p/go-libp2p-mplex
|
|
make deps
|
|
```
|