Go to file
0xFugue 56e3f7925d added run.sh: performs full waku runs for both lightpush/filter & pub/sub 2023-01-22 13:13:53 +05:30
libp2p/pub clean up and param setting 2023-01-12 00:30:23 +05:30
waku added retries & exponential backoff for DialPeer attempts 2023-01-22 12:55:32 +05:30
.gitignore added loglvl and more logging 2023-01-14 01:10:43 +05:30
README.md Update README.md 2023-01-11 23:32:13 +05:30
kurtosis.yml bug fix 2023-01-11 14:53:40 +05:30
main.star added pub/sub to run-waku 2023-01-21 23:58:45 +05:30
run-waku.sh added pub/sub to run-waku 2023-01-21 23:58:45 +05:30
run.sh added run.sh: performs full waku runs for both lightpush/filter & pub/sub 2023-01-22 13:13:53 +05:30

README.md

wadoku = waku + docker + kurtosis runs

This repo houses the code for initial runs to assess overhead of running waku nodes on bare metal, docker or kurtosis. The waku nodes are specifically chosen to be non-full nodes to minimise protocol cross talk.

Bare metal run is done, docker run is done. kurtosis run is more or less done. Will run some sanity check runs, and add the plots soonish .

the `run_waku.sh' takes 4 options: clean | metal | docker | kurtosis. clean will clear out the bianries, and the rest 3 specify the type of run. metal will comiple and run the pub/sub on local machine. docker will build the docker imaeg and run it inside docker in the local machine. kurtosis will build docker and run this docker inside the kurtosis enclave. From build to run to collecting data, everything is automated. Plots will be automated as well.