40359f9c1b
* Adding wakunode module * Adding wakuv2 fleet files * Add waku fleets to update-fleet-config script * Adding config items for waku v2 * Conditionally start waku v2 node depending on config * Adapting common code to use go-waku * Setting log level to info * update dependencies * update fleet config to use WakuNodes instead of BootNodes * send and receive messages * use hash returned when publishing a message * add waku store protocol * trigger signal after receiving store messages * exclude linting rule SA1019 to check deprecated packages |
||
---|---|---|
.. | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
go.mod | ||
go.sum | ||
ssms.go |
README.md
go-conn-security-multistream
Connection security multistream multiplexer
This package provides a multistream multiplexed security transport. It:
- Selects a security transport using multistream-select.
- Secures the stream using the selected transport.
Known libp2p security transports include:
Install
go-conn-security-multistream
is a standard Go module which can be installed with:
go get github.com/libp2p/go-conn-security-multistream
This repo is gomod-compatible, and users of
go 1.11 and later with modules enabled will automatically pull the latest tagged release
by referencing this package. Upgrades to future releases can be managed using go get
,
or by editing your go.mod
file as described by the gomod documentation.
Usage
For more information about how go-conn-security-multistream
is used in the libp2p context, you can see the go-libp2p-conn module.
Contribute
Feel free to join in. All welcome. Open an issue!
This repository falls under the libp2p Code of Conduct.
Want to hack on libp2p?
License
MIT
The last gx published version of this module was: 0.1.26: QmZWmFkMm28sWeDr5Xh1LexdKBGYGp946MNCfgtLqfX73z