mirror of
https://github.com/logos-messaging/research.git
synced 2026-01-03 06:33:07 +00:00
rln-delay-simulations
This commit is contained in:
parent
4f65895be8
commit
c451fc0365
31
rln-delay-simulations/README.md
Normal file
31
rln-delay-simulations/README.md
Normal file
@ -0,0 +1,31 @@
|
||||
## rln-delay-simulations
|
||||
|
||||
This folder contains a `shadow` configuration to simulate multiple `nwaku` nodes in an end to end setup. Note that `nwaku` requires some minor modifications in the code, that can be found in the `simulations` branch.
|
||||
|
||||
## how to run
|
||||
|
||||
Get `nwaku` code with the modifications and compile it. See diff of latest commit.
|
||||
|
||||
```
|
||||
https://github.com/waku-org/nwaku.git
|
||||
cd nwaku
|
||||
git checkout simulations
|
||||
make wakunode2
|
||||
```
|
||||
|
||||
Run the simulations:
|
||||
|
||||
```
|
||||
shadow shadow.yaml
|
||||
```
|
||||
|
||||
To ensure everything went allright
|
||||
```
|
||||
TODO
|
||||
```
|
||||
|
||||
Output
|
||||
|
||||
```
|
||||
TODO
|
||||
```
|
||||
1042
rln-delay-simulations/shadow.yaml
Normal file
1042
rln-delay-simulations/shadow.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user