Uncategorized
-
Introduction DHT Kernelspace Routing(C) and Userspace Storage(Rust) Introduction This project implements a Distributed Hash Table (DHT) using a split architecture: routing logic in the kernel space and storage functionality in the userspace. This design allows efficient packet routing directly in the kernel while leveraging Rust in userspace for safe, flexible data management. Concept Using a Kademlia-based DHT, the kernel module manages node…