mirror of
https://github.com/status-im/simulation.git
synced 2025-02-23 04:18:09 +00:00
Add README
This commit is contained in:
parent
d28400a24f
commit
fc816effd0
24
README.md
Normal file
24
README.md
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# Simulator
|
||||||
|
---
|
||||||
|
This repository holds different simulators for exploring and researching p2p networks and messaging related to Status.
|
||||||
|
|
||||||
|
Original intent of these simulators to provide stats and resulting traces/logs for further WebGL visualization.
|
||||||
|
|
||||||
|
See READMEs for each package/program separately.
|
||||||
|
|
||||||
|
## Propagation
|
||||||
|
Propagation simulators send message over known network topology and record its propagation data/stats.
|
||||||
|
|
||||||
|
Currently implemented:
|
||||||
|
- Whisper V6 (based on geth code)
|
||||||
|
- Naive p2p messaging (goroutines and channel simulation with naive simplistic message propagation, used for initial testing)
|
||||||
|
|
||||||
|
## Discovery
|
||||||
|
TBD
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
MIT
|
Loading…
x
Reference in New Issue
Block a user