Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 421 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 421 Bytes

dcit-python

Python project for Distributed Systems course for WS15 in RWTH

The task was to implement cross-platform p2p network and add master node elections with bully algorithm. And distributed write operations with Ricart-Agrawala algorithm

Java version is here