12 lines
716 B
Markdown
12 lines
716 B
Markdown
|
# DEPRECATION NOTICE
|
||
|
|
||
|
mplex has been deprecated.
|
||
|
|
||
|
see https://github.com/libp2p/specs/issues/553 for details
|
||
|
|
||
|
# go-libp2p-mplex - a go-stream-muxer shim for multiplex
|
||
|
|
||
|
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) ![](https://raw.githubusercontent.com/libp2p/go-stream-muxer/master/img/badge.png)
|
||
|
|
||
|
This is an implementation of the [go-libp2p muxer](https://pkg.go.dev/github.com/libp2p/go-libp2p@v0.30.0/core/network#Multiplexer) interface for [multiplex](https://github.com/libp2p/go-mplex). For more information, see that repo.
|