Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

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: 6 months 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: https://repos.ecosyste.ms/hosts/GitHub/repositories/libp2p%2Fgo-libp2p-pubsub

Dependent Repos 1,691

Zondax/rosetta-filecoin-lib
  • v0.7.0 go.mod
  • v0.1.1 go.sum
  • v0.6.0 go.sum
  • v0.6.1 go.sum
  • v0.7.0 go.sum

Size: 337 KB - Last synced: 10 days ago - Pushed: 11 days ago

drand/drand
🎲 A Distributed Randomness Beacon Daemon - Go implementation
  • v0.6.1 go.mod
  • v0.6.1 go.sum

Size: 50.9 MB - Last synced: 2 days ago - Pushed: 3 days ago

berty/labs
Berty Labs is a mobile app to explore IPFS on mobile
  • v0.6.0 go.mod
  • v0.6.0 go.sum

Size: 3.44 MB - Last synced: 1 day ago - Pushed: about 1 year 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 network
  • v0.4.0 go.mod
  • v0.3.3 go.sum
  • v0.4.0 go.sum
  • v0.3.0 tool/go.sum
  • v0.3.1 tool/go.sum
  • v0.3.3 tool/go.sum
  • v0.4.0 tool/go.sum

Size: 84.2 MB - Last synced: about 8 hours ago - Pushed: about 1 year ago

zaibon/go-ipfs Fork of ipfs/kubo
IPFS implementation in Go
  • v0.3.0 docs/examples/go-ipfs-as-a-library/go.sum
  • v0.3.1 docs/examples/go-ipfs-as-a-library/go.sum
  • v0.4.1 go.mod
  • v0.4.0 go.sum
  • v0.4.1 go.sum
  • v0.1.1 test/dependencies/go.sum
  • v0.3.1 test/dependencies/go.sum

Size: 40.8 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

meonBot/go-ipfs Fork of devcode1981/go-ipfs
IPFS implementation in Go
  • v0.3.0 docs/examples/go-ipfs-as-a-library/go.sum
  • v0.3.1 docs/examples/go-ipfs-as-a-library/go.sum
  • v0.4.1 go.mod
  • v0.4.0 go.sum
  • v0.4.1 go.sum
  • v0.1.1 test/dependencies/go.sum
  • v0.3.1 test/dependencies/go.sum

Size: 40.8 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

47-studio-org/go-ipfs Fork of MarcelRaschke/go-ipfs
IPFS implementation in Go
  • v0.3.0 docs/examples/go-ipfs-as-a-library/go.sum
  • v0.3.1 docs/examples/go-ipfs-as-a-library/go.sum
  • v0.4.1 go.mod
  • v0.4.0 go.sum
  • v0.4.1 go.sum
  • v0.1.1 test/dependencies/go.sum
  • v0.3.1 test/dependencies/go.sum

Size: 46.3 MB - Last synced: 5 months ago - Pushed: 5 months ago

fragmentsh/ssv Fork of bloxapp/ssv
Secret-Shared-Validator(SSV) for ethereum staking
  • v0.5.6 go.mod
  • v0.5.0 go.sum
  • v0.5.6 go.sum

Size: 19.5 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

filecoin-project/venus-wallet
a remote wallet for provider sign service
  • v0.6.1 go.mod
  • v0.6.0 go.sum
  • v0.6.1 go.sum

Size: 1.15 MB - Last synced: 11 days ago - Pushed: 11 days ago

swimricky/wormhole Fork of wormhole-foundation/wormhole
Certus One's reference implementation for the Wormhole blockchain interoperability protocol.
  • v0.5.0 event_database/cloud_functions/go.sum
  • v0.5.0 event_database/functions_server/go.sum
  • v0.5.0 node/go.mod
  • v0.5.0 node/go.sum

Size: 76.7 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago

onflow/rosetta
Rosetta implementation for the Flow blockchain
  • v0.4.1 go.sum
  • v0.6.0 go.sum
  • v0.6.2-0.20220530164708-06b5ba47636c go.sum

Size: 453 KB - Last synced: 20 days ago - Pushed: 2 months ago

jcomeauictx/go-ipfs Fork of ipfs/kubo
IPFS implementation in Go
  • v0.3.0 docs/examples/go-ipfs-as-a-library/go.sum
  • v0.3.1 docs/examples/go-ipfs-as-a-library/go.sum
  • v0.4.2 go.mod
  • v0.4.0 go.sum
  • v0.4.2 go.sum
  • v0.1.1 test/dependencies/go.sum
  • v0.3.1 test/dependencies/go.sum

Size: 40.8 MB - Last synced: 3 months ago - Pushed: over 1 year ago

molllyn1/go-ipfs Fork of ipfs/kubo
IPFS implementation in Go
  • v0.3.0 docs/examples/go-ipfs-as-a-library/go.sum
  • v0.3.1 docs/examples/go-ipfs-as-a-library/go.sum
  • v0.4.1 go.mod
  • v0.4.0 go.sum
  • v0.4.1 go.sum
  • v0.1.1 test/dependencies/go.sum
  • v0.3.1 test/dependencies/go.sum

Size: 40.9 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

976047167/go-ipfs Fork of ipfs/kubo
IPFS implementation in Go
  • v0.4.0 docs/examples/go-ipfs-as-a-library/go.sum
  • v0.5.4 docs/examples/go-ipfs-as-a-library/go.sum
  • v0.5.4 go.mod
  • v0.4.0 go.sum
  • v0.5.4 go.sum
  • v0.1.1 test/dependencies/go.sum
  • v0.3.1 test/dependencies/go.sum
  • v0.4.0 testplans/bitswap/go.sum
  • v0.4.2 testplans/bitswap/go.sum

Size: 41 MB - Last synced: about 1 year ago - Pushed: about 1 year 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%3Asuccess
  • v0.4.0 docs/examples/go-ipfs-as-a-library/go.sum
  • v0.5.4 docs/examples/go-ipfs-as-a-library/go.sum
  • v0.5.4 go.mod
  • v0.4.0 go.sum
  • v0.5.4 go.sum
  • v0.1.1 test/dependencies/go.sum
  • v0.3.1 test/dependencies/go.sum
  • v0.4.0 testplans/bitswap/go.sum
  • v0.4.2 testplans/bitswap/go.sum

Size: 44.4 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

pactus-project/pactus
Pactus blockchain
  • v0.6.1 go.mod
  • v0.6.1 go.sum

Size: 41.9 MB - Last synced: 19 days ago - Pushed: 20 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 protocol
  • v0.4.2 go.mod
  • v0.3.0 go.sum
  • v0.3.1 go.sum
  • v0.4.0 go.sum
  • v0.4.1 go.sum
  • v0.4.2 go.sum

Size: 16.3 MB - Last synced: 9 days ago - Pushed: 9 days ago

sysrex/celestia-node Fork of celestiaorg/celestia-node
Celestia Data Availability Nodes
  • v0.5.7-0.20211029175501-5c90105738cf go.mod

Size: 80.8 MB - Last synced: 9 months ago - Pushed: 9 months ago

gdlol/MessageHub
A P2P Matrix home server created using libp2p.
  • v0.7.0 messagehub-libp2p/go.mod
  • v0.7.0 messagehub-libp2p/go.sum

Size: 1.27 MB - Last synced: 7 months ago - Pushed: almost 2 years ago

lukso-network/network-explorer-consensus Fork of gobitfly/eth2-beaconchain-explorer
Open source golang based explorer for the eth2 beacon chain
  • v0.5.0 go.sum

Size: 32.1 MB - Last synced: about 1 month ago - Pushed: about 1 month ago

application-research/estuary
A custom IPFS/Filecoin node that makes it easy to pin IPFS content and make Filecoin deals.
  • v0.8.3 go.mod
  • v0.8.3 go.sum

Size: 5.3 MB - Last synced: about 1 month ago - Pushed: 8 months ago

Inphi/prysm Fork of prysmaticlabs/prysm
Go implementation of Ethereum proof of stake
  • v0.6.2-0.20220208072054-aeb30a2ac18e go.mod
  • v0.6.2-0.20220208072054-aeb30a2ac18e go.sum

Size: 179 MB - Last synced: 19 days ago - Pushed: over 1 year ago

Zondax/filecoin-actors-cids
  • v0.6.1 go.mod
  • v0.1.1 go.sum

Size: 139 KB - Last synced: 9 months ago - Pushed: about 1 year ago