Skip to content
Snippets Groups Projects
README.md 298 B

This project is on building a Simple Distributed File Systems. The entire code has been written from scratch without the use of any external library. Gossip protocol is implemented for failure detections and Bully Algorithm for leader election. Makes use of TCP and UDP protocols for data transfer.