gonorstrom99 / kadlab

Kademlia lab starter code.
0 stars 0 forks source link

network joining (node does lookup on itself) #5

Closed mannagryn1 closed 1 month ago

mannagryn1 commented 1 month ago

given at least the IP address, and possibly some other data, of any one node in the network, a node should be able to join using this function

gonorstrom99 commented 1 month ago

when a node knows an ID and IP it does a lookup on itself, and adds contacts to its routing tables according to the kademlia algoritm