Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 447 Bytes

File metadata and controls

13 lines (10 loc) · 447 Bytes

Vector Clock

Application to implement an n-node distributed system that with a vector clock

Organisation

This project has been implemented using xmlRPC

Usage

  1. Run master.py
  2. Paralelly run process1.py, process2.py and process3.py each in their own seperate terminals
  3. Select source and destination nodes when prompted

Expected Behaviour

The Vector Clock is updated in message exchange between a source node and destination node