SpiffiRacoon / group-12-kadlab

Lab for the LTU course D7024E
0 stars 0 forks source link

Network formation: Network joining #3

Closed SpiffiRacoon closed 1 week ago

SpiffiRacoon commented 3 weeks ago

M1. Network formation. [5p]. Your nodes must be able to form networks as described in the Kademlia paper. Kademlia is a protocol for facilitating Distributed Hash Tables (DHTs). Concretely, the following aspects of the algorithm must be implemented: (b) Network joining. Given the IP address, and any other data you decide, of any single node, a node must be able to join or form a network with that node.

TovahParnes commented 1 week ago

Completed this in the branch connected to issue 7: https://github.com/SpiffiRacoon/group-12-kadlab/issues/7