P2P and whisper simulations code and tools
Go to file
Ivan Danyliuk 6617677a48
Update README
2018-11-01 16:15:49 +01:00
cmd Update README 2018-11-01 16:15:49 +01:00
propagation Rename naive to gossip 2018-11-01 15:32:10 +01:00
stats Use NumNodes/NumLinks 2018-10-24 15:13:55 +02:00
.gitignore Initial commit 2018-04-17 13:10:35 +02:00
README.md Update README.md 2018-11-01 16:14:18 +01:00

README.md

P2P messaging simulation toolkit


This repository holds different simulators for exploring and researching p2p networks and messaging related to Status.

Original intent of these simulators is to provide stats and resulting traces/logs for further analysis and visualization.

Design


+------------------+   +----------------+   +-------------+   +------------------+                 
| Choose           |   |  Run nodes in  |   |             |   |                  |                 
| network topology |----  simulated     |   |             |   |                  |                 
+------------------+   |  environment   |   | Propagate   |   | Collect network  |                 
                       |   - in-memory  |---- message(s)  |---- events &         |                 
+------------------+   |   - exec       |   |             |   | generate stats   |                 
|  Choose          |----   - docker     |   |             |   |                  |                 
|  Simulator       |   |                |   |             |   |                  |                 
+------------------+   +----------------+   +-------------+   +------------------+                 

Simulators support

Simulator Description State
WhisperV6 Master branch if go-ethereum Whisper implementation Done
Gossip Naive gossip p2p propagation Done
PSS Swarm's PSS messaging TBD

Network environments support

Node type Description State
In-Memory Done Single node in-memory network
Exec Single node native binary network with localhost connection TBD
Docker Docker-based network TBD

Usage

As a backend for the visualization frontend:

go get github.com/status-im/simulation/cmd/propagation_server

propagation_server

As a commandline tool:

go get github.com/status-im/simulation/cmd/propagation_simulator
// copy network.json to current directory
propagation_simulator --help

License

MIT