A pub-sub-collect system.
This is the a pub-sub-collect implementation for libp2p.
We currently provide following implementations:
- floodcollect, which is based on floodpub——the baseline flooding protocol.
go get github.com/bdware/go-libp2p-collect
To be used for messaging and data collection in p2p instrastructure (as part of libp2p) such as BDWare, IPFS, Ethereum, other blockchains, etc.
See API documentation.
Contributions welcome. Please check out the issues.
Small note: If editing the README, please conform to the standard-readme specification.
Copyright (c) 2020 The BDWare Authors. All rights reserved.