top | item 43065312

(no title)

jeffadelic | 1 year ago

Read the research paper about the Chord algorithm: https://pdos.csail.mit.edu/papers/chord:sigcomm01/chord_sigc..., then implement the algorithm on your own (paper contains pseudo code).

Or start here, generally read high level details about the algorithm: https://en.wikipedia.org/wiki/Chord_(peer-to-peer).

discuss

order

advanderveer|1 year ago

So cool to read this, it is how i started!

mrcode007|1 year ago

I second this advice. Chord is a very good place to start