ndrsllwngr / hll-rust

P2P application based on Chord algorithm (by MIT) in Rust. High-level languages: Rust - Group project (2018/2019)
https://web.archive.org/web/20200219185836/https://www.pms.ifi.lmu.de/lehre/rust/18ws19/index.html
5 stars 0 forks source link

Storage implementation through extended chord protocol state_types #11

Closed ndrsllwngr closed 5 years ago

ndrsllwngr commented 5 years ago

Implement DHT storage by extending the chord protocol state_types and adding the following functionalities

ndrsllwngr commented 5 years ago

@timunkulus finished this issue.