Package Usage: go: github.com/libp2p/go-libp2p-pubsub
The pubsub package provides facilities for the Publish/Subscribe pattern of message
propagation, also known as overlay multicast.
The implementation provides topic-based pubsub, with pluggable routing algorithms.
The main interface to the library is the PubSub object.
You can construct this object with the following constructors:
- NewFloodSub creates an instance that uses the floodsub routing algorithm.
- NewGossipSub creates an instance that uses the gossipsub routing algorithm.
- NewRandomSub creates an instance that uses the randomsub routing algorithm.
In addition, there is a generic constructor that creates a pubsub instance with
a custom PubSubRouter interface. This procedure is currently reserved for internal
use within the package.
Once you have constructed a PubSub instance, you need to establish some connections
to your peers; the implementation relies on ambient peer discovery, leaving bootstrap
and active peer discovery up to the client.
To publish a message to some topic, use Publish; you don't need to be subscribed
to the topic in order to publish.
To subscribe to a topic, use Subscribe; this will give you a subscription interface
from which new messages can be pumped.
46 versions
Latest release: over 1 year ago
1,172 dependent packages
View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/libp2p/go-libp2p-pubsub
View more repository details: http://repos.ecosyste.ms/hosts/GitHub/repositories/libp2p%2Fgo-libp2p-pubsub
Dependent Repos 1,691
Zondax/rosetta-filecoin-lib
Size: 455 KB - Last synced: about 1 month ago - Pushed: about 1 month ago

drand/drand
🎲 A Distributed Randomness Beacon Daemon - Go implementationSize: 49.1 MB - Last synced: 2 days ago - Pushed: 7 days ago

berty/labs
Berty Labs is a mobile app to explore IPFS on mobileSize: 3.44 MB - Last synced: 21 days ago - Pushed: about 2 years ago

pickkaa/berty Fork of berty/berty
Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the networkSize: 84.2 MB - Last synced: 12 months ago - Pushed: about 2 years ago

zaibon/go-ipfs Fork of ipfs/kubo
IPFS implementation in GoSize: 40.8 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

meonBot/go-ipfs Fork of devcode1981/go-ipfs
IPFS implementation in GoSize: 40.9 MB - Last synced: 11 months ago - Pushed: almost 2 years ago

47-studio-org/go-ipfs Fork of MarcelRaschke/go-ipfs
IPFS implementation in GoSize: 46.3 MB - Last synced: over 1 year ago - Pushed: over 1 year ago

fragmentsh/ssv Fork of bloxapp/ssv
Secret-Shared-Validator(SSV) for ethereum stakingSize: 19.5 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

filecoin-project/venus-wallet
a remote wallet for provider sign serviceSize: 1.07 MB - Last synced: about 1 month ago - Pushed: about 1 month ago

onflow/rosetta
Rosetta implementation for the Flow blockchainSize: 506 KB - Last synced: 5 days ago - Pushed: about 1 month ago

jcomeauictx/go-ipfs Fork of ipfs/kubo
IPFS implementation in GoSize: 40.8 MB - Last synced: 8 days ago - Pushed: over 2 years ago

molllyn1/go-ipfs Fork of ipfs/kubo
IPFS implementation in GoSize: 40.9 MB - Last synced: 11 months ago - Pushed: over 2 years ago

976047167/go-ipfs Fork of ipfs/kubo
IPFS implementation in GoSize: 41 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

jbarthelmes/go-ipfs Fork of ipfs/kubo 📦
Fork for ipfs/go-ipfs#4224. Built binaries are available: https://github.com/jbarthelmes/go-ipfs/actions?query=workflow%3ABuild+is%3AsuccessSize: 44.4 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

pactus-project/pactus
Pactus blockchainSize: 40.7 MB - Last synced: 8 days ago - Pushed: 8 days ago

vocdoni/vocdoni-node
A set of libraries and tools for the Vocdoni decentralized backend infrastructure, the main ground of our universally verifiable, privacy-centric and scalable digital voting protocolSize: 16.6 MB - Last synced: 3 days ago - Pushed: about 1 month ago

sysrex/celestia-node Fork of celestiaorg/celestia-node
Celestia Data Availability NodesSize: 84 MB - Last synced: 8 days ago - Pushed: 5 months ago

gdlol/MessageHub
A P2P Matrix home server created using libp2p.Size: 1.27 MB - Last synced: 8 days ago - Pushed: almost 3 years ago

lukso-network/network-explorer-consensus Fork of gobitfly/eth2-beaconchain-explorer
Open source golang based explorer for the eth2 beacon chainSize: 33.2 MB - Last synced: 15 days ago - Pushed: 16 days ago

application-research/estuary
A custom IPFS/Filecoin node that makes it easy to pin IPFS content and make Filecoin deals.Size: 6.21 MB - Last synced: 22 days ago - Pushed: about 1 month ago

Inphi/prysm Fork of prysmaticlabs/prysm
Go implementation of Ethereum proof of stakeSize: 179 MB - Last synced: 10 months ago - Pushed: over 2 years ago


natjelutje/oasis-sdk Fork of oasisprotocol/oasis-sdk
SDK for the Oasis networkSize: 8.02 MB - Last synced: 11 months ago - Pushed: about 2 years ago
