SuadHus / Kademlia-lab

Kademlia implementetion using GO
MIT License
0 stars 0 forks source link

PING-PONG #7

Closed jacomoel closed 1 month ago

jacomoel commented 1 month ago

a) Pinging. This means that you must implement and use the PING message

jacomoel commented 1 month ago

first try to make every replica PING-PONG the bootstrap node on startup of the netwrok

SuadHus commented 1 month ago

based

jacomoel commented 1 month ago

Every one implements a version of the init ping pong sequence. we will merge and continue with the more complicated operations later on.