proxy.golang.org : github.com/perlin-network/noise : v1.0.0
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:
- github.com/NebulousLabs/fastrand v0.0.0-20180208210444-3cf7173006a0
- github.com/NebulousLabs/go-upnp v0.0.0-20180202185039-29b680b06c82
- github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
- github.com/golang/protobuf v1.1.0
- github.com/klauspost/cpuid v0.0.0-20180405133222-e7e905edc00e
- github.com/klauspost/reedsolomon v0.0.0-20180704173009-925cb01d6510
- github.com/pkg/errors v0.8.0
- github.com/templexxx/cpufeat v0.0.0-20170927014610-3794dfbfb047
- github.com/templexxx/xor v0.0.0-20170926022130-0af8e873c554
- github.com/tjfoc/gmsm v1.0.1
- github.com/xtaci/kcp-go v0.0.0-20180203133237-42bc1dfefff5
- github.com/xtaci/smux v1.0.7
- golang.org/x/crypto v0.0.0-20180621125126-a49355c7e3f8
- golang.org/x/net v0.0.0-20180709044923-6f138e0f6071
- golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
- golang.org/x/sys v0.0.0-20180709060233-1b2967e3c290
- golang.org/x/text v0.3.0