Skip to content

Data availability sampling protocol for libp2p

Notifications You must be signed in to change notification settings

Countermatt/libp2p-das

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

Normal

./run.sh <is_bootstrap> <execution_duration_in_secs>

Example: Running 3 peers with 1 being the bootstrap node for 20 seconds.

./run.sh bootstrap 20
./run.sh 20
./run.sh 20

Testing

./test.sh <node_count> <debug_mode>

Example: Running 3 peers.

./test.sh 3

Logging

What do I log?

  • of put message

  • of get messages

    • of successful gets

    • of failed gets

  • latencies per message

About

Data availability sampling protocol for libp2p

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 92.7%
  • Shell 7.3%