The PubSub implementation for go-libp2p https://github.com/libp2p/specs/tree/master/pubsub
Go to file
Jeromy Johnson 2b1a843e79 Merge pull request #37 from libp2p/fix/use-reset
use reset where appropriate
2017-09-15 16:42:11 -07:00
.gx gx publish 0.9.0 2017-09-12 23:42:37 -07:00
pb change from field to bytes to avoid json marshalling corruption 2017-01-09 09:52:07 -08:00
.gitignore gx publish v0.5.0 2016-09-14 15:27:34 -07:00
.travis.yml ci: update travis to go 1.8 2017-07-27 18:57:32 -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 Updated README.md: Fixed 'go get' URL 2016-12-28 01:21:37 -08:00
comm.go use reset where appropriate 2017-09-15 16:28:46 -07:00
floodsub.go Merge pull request #34 from libp2p/fix/go-ipfs/4066 2017-09-04 16:24:19 -07:00
floodsub_test.go remove basichost dep, update go-multistream 2017-01-10 14:45:25 -08:00
notify.go use reset where appropriate 2017-09-15 16:28:46 -07:00
package.json gx publish 0.9.0 2017-09-12 23:42:37 -07:00
subscription.go add ctx to sub.Next for cancellation 2016-11-18 02:23:38 +01:00

README.md

go-floodsub

A flooding pubsub system.

Table of Contents

Install

go get github.com/libp2p/go-floodsub

Usage

TODO

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