2023-09-04 11:24:50 +02:00
2023-09-01 10:12:05 +02:00
2023-09-01 10:12:05 +02:00
2023-09-01 10:12:05 +02:00
2023-09-01 10:12:05 +02:00
2023-08-10 11:42:46 +02:00
2023-09-01 10:12:05 +02:00
2023-09-01 10:12:05 +02:00

dst-gossipsub-test-node

  • DST gossipsub test node
  • incl shadow simulation setup

Shadow example

nimble install -dy
cd shadow
# the default shadow.yml will start 5k nodes, you might want to change that by removing
# lines and setting PEERS to the number of instances
./run.sh
# the output is a "latencies" file, or you can find each host output in the
# data.shadow folder

# you can use the plotter tool to extract useful metrics & generate a graph
cd ../tools
nim -d:release c plotter
./plotter ../shadow/latencies "Clever graph name"
# will output averages, and generate a "test.svg" graph

The dependencies will be installed in the nimbledeps folder, which enables easy tweaking

Description
No description provided
Readme MIT 6.9 MiB
Languages
Nim 97.3%
Shell 2.7%