/comp3331ass1

An implementation of a peer-to-peer (P2P) protocol Circular DHT. A primary requirement for a P2P application is that the peers form a connected network at all time. A complication that a P2P network must be able to deal with is that peers can join and leave the network at any time. This program implements a protocol to deal with peer churn and maintain DHTness

Primary LanguageC

This repository is not active