rln-delay-simulations

This commit is contained in:
alrevuelta 2023-10-06 17:18:22 +02:00
parent 4f65895be8
commit c451fc0365
No known key found for this signature in database
GPG Key ID: F345C9F3CCDB886E
2 changed files with 1073 additions and 0 deletions

View 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
```

File diff suppressed because it is too large Load Diff