proxy.golang.org : github.com/perlin-network/noise : v1.1.3
Package noise is an opinionated, easy-to-use P2P network stack for decentralized applications, and cryptographic protocols written in Go. noise is made to be minimal, robust, developer-friendly, performant, secure, and cross-platform across multitudes of devices by making use of a small amount of well-tested, production-grade dependencies. This example demonstrates messaging with registering Go types to be serialized/deserialized on-the-wire provided marshal/unmarshal functions, how to decode serialized messages received from a peer, and how to send serialized messages. This example demonstrates sending registered serialized Go types as requests, decoding registered serialized Go types from peers, and sending registered serialized Go types as responses. This example demonstrates how to send and receive raw bytes across peers, how to listen for incoming peers, and how to cleanup node instances after you are done using them. This example demonstrates how to use Kademlia to have three peers Alice, Charlie and bob discover each other in an open, trustless network. This example demonstrates how to send/handle RPC requests across peers, how to listen for incoming peers, how to check if a message received is a request or not, how to reply to a RPC request, and how to cleanup node instances after you are done using them.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/perlin-network/[email protected]
Published:
Indexed:
Related tag:
v1.1.3
- github.com/VictoriaMetrics/fastcache v1.5.7
- github.com/oasislabs/ed25519 v0.0.0-20200302143042-29f6767a7c3e
- github.com/spf13/pflag v1.0.5
- github.com/stretchr/testify v1.4.0
- go.uber.org/atomic v1.5.1
- go.uber.org/goleak v1.0.0
- go.uber.org/zap v1.13.0
- golang.org/x/crypto v0.0.0-20191119213627-4f8c1d86b1ba
- golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f
- golang.org/x/tools v0.0.0-20200129045341-207d3de1faaf