Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dozyio/gossipsub-simulator
Gossipsub Simulator
https://github.com/dozyio/gossipsub-simulator
gossipsub libp2p pubsub
Last synced: 4 days ago
JSON representation
Gossipsub Simulator
- Host: GitHub
- URL: https://github.com/dozyio/gossipsub-simulator
- Owner: dozyio
- Created: 2024-11-20T00:03:48.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T13:42:11.000Z (about 1 month ago)
- Last Synced: 2024-12-26T05:19:43.504Z (about 1 month ago)
- Topics: gossipsub, libp2p, pubsub
- Language: TypeScript
- Homepage:
- Size: 14.3 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GossipSub Simulator
![GossipSub Simulator](https://github.com/dozyio/gossipsub-simulator/blob/main/docs/images/screenshot.png?raw=true "GossipSub Simulator")
## Setup
Require `npm` and `golang`
```sh
cd nodes && npm i
``````sh
cd controller-ui && npm i
```## Usage
### Build Bootstrap/Relay and Gossipsub Nodes
```sh
make build
```### Run UI
```sh
make ui
```### Run Controller
```sh
make controller
```### Stop
```sh
make stop
```### Related Projects and info
* [Gossipsub Specs](https://github.com/libp2p/specs/tree/master/pubsub/gossipsub)
* [Testground](https://github.com/testground/testground)