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.md | ||
README.md | ||
codecov.yml | ||
conn.go | ||
crypto.go | ||
extension.go | ||
go.mod | ||
go.sum | ||
transport.go |
README.md
go-libp2p-tls
go-libp2p's TLS encrypted transport
Package go-libp2p-tls
is a libp2p conn security transport. It uses TLS to setup the communication channel.
Install
go-libp2p-tls
is a standard Go module which can be installed with:
go get github.com/libp2p/go-libp2p-tls
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.
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.0: QmR4qpcxA1UoHg7SZ89hJHYCpfrxToPjH9xSCug1cQeH1M