research/discv5
Dean Eigenmann ba2916ebb2
discv5 (#19)
* readme

* create package

* started experimenting

* cleanup

* adding a peer

* more granular control

* fix

* fix

* removed

* experimenting

* using debug

* updated code to start N nodes

* fix

* fix

* dean is too retarded for nim part 5

* confused

* fi

* added todo, playing around

* updated

* distance func

* todo

* fix

* fix

* made it work

* changes

* update

* multiple runs

* minor improvements

* using for

* minor

* little error

* woops

* update

* using sequence

* changes

* updated

* unused

* moved

* fixed

* changed sleep to var

* changed node count

* moved start

* using contains

* using sample functions

* added a random version

* back

* experimenting with random pairs

* starting bootstrap node only

* made config flag

* remove echo

* minor change

* added some comments

* printing port instead, more informative

* fixes

* fix

* overhaul

* more

* updated random

* added count

* fixes

* started working on ENR lookup

* using smarter distribution

* using countit

* fix
2020-04-28 11:33:25 +08:00
..
src discv5 (#19) 2020-04-28 11:33:25 +08:00
README.md discv5 (#19) 2020-04-28 11:33:25 +08:00
discv5.nimble discv5 (#19) 2020-04-28 11:33:25 +08:00

README.md

discv5 feasibility study

This contains the study as documented by the issue vacp2p/research#15. Semi-inspired by zilm13/discv5.