The PubSub implementation for go-libp2p https://github.com/libp2p/specs/tree/master/pubsub
Go to file
Steven Allen c7528f3c99 gx publish 0.11.8 2018-12-07 14:56:21 -08:00
.gx gx publish 0.11.8 2018-12-07 14:56:21 -08:00
ci Create Jenkinsfile 2017-11-27 13:15:23 +01:00
pb move to go-libp2p-pubsub 2018-10-18 21:10:16 +01:00
.gitignore gx publish v0.5.0 2016-09-14 15:27:34 -07:00
.travis.yml ci: bump go to 1.11 2018-10-25 06:46:04 -07:00
LICENSE use timecache 2016-09-10 20:47:12 -07:00
Makefile use timecache 2016-09-10 20:47:12 -07:00
README.md move to go-libp2p-pubsub 2018-10-18 21:10:16 +01:00
codecov.yml Update Travis CI to use standard test script and go 1.9.x. 2017-11-17 22:36:56 -05:00
comm.go move to go-libp2p-pubsub 2018-10-18 21:10:16 +01:00
floodsub.go move to go-libp2p-pubsub 2018-10-18 21:10:16 +01:00
floodsub_test.go test nonsensical options 2018-10-25 16:57:00 -07:00
gossipsub.go gossipsub: tag mesh peers to discourage pruning their connections 2018-10-26 15:49:34 +03:00
gossipsub_test.go move to go-libp2p-pubsub 2018-10-18 21:10:16 +01:00
mcache.go move to go-libp2p-pubsub 2018-10-18 21:10:16 +01:00
mcache_test.go move to go-libp2p-pubsub 2018-10-18 21:10:16 +01:00
notify.go move to go-libp2p-pubsub 2018-10-18 21:10:16 +01:00
package.json gx publish 0.11.8 2018-12-07 14:56:21 -08:00
pubsub.go don't stand on your head to take a pointer 2018-10-29 12:38:03 +02:00
randomsub.go move to go-libp2p-pubsub 2018-10-18 21:10:16 +01:00
sign.go move to go-libp2p-pubsub 2018-10-18 21:10:16 +01:00
sign_test.go move to go-libp2p-pubsub 2018-10-18 21:10:16 +01:00
subscription.go move to go-libp2p-pubsub 2018-10-18 21:10:16 +01:00

README.md

go-libp2p-pubsub

A pubsub system with flooding and gossiping variants.

PubSub is a work in progress, with floodsub as an initial protocol, followed by gossipsub (spec, gossipsub.go).

Table of Contents

Install

go get github.com/libp2p/go-libp2p-pubsub

Usage

To be used for messaging in p2p instrastructure (as part of libp2p) such as IPFS, Ethereum, other blockchains, etc.

Implementations

See libp2p/specs/pubsub#Implementations.

Contribute

Contributions welcome. Please check out the issues.

Check out our contributing document for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS Code of Conduct.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © Jeromy Johnson