How I implemented a DHT with the Chord protocol in C
Table of Contents Introduction The Idea The Actual Implementation DHTs Introduction to Chord Algorithm My Own Node/Data Implementation The find_successor Function Create/Join a Network The Stabilization Process fix_fingers() stabilize() and notify() check_predecessor() Complete Routine Additional Resources and References Who am I? Arcade by Hack Club

Table of Contents
- Introduction
- The Idea
-
The Actual Implementation
- DHTs
- Introduction to Chord Algorithm
- My Own Node/Data Implementation
- The
find_successor
Function - Create/Join a Network
-
The Stabilization Process
fix_fingers()
-
stabilize()
andnotify()
check_predecessor()
- Complete Routine
- Additional Resources and References
- Who am I?
- Arcade by Hack Club