Implementation of Vector Clock in Python
-
Updated
Oct 10, 2020 - Python
Implementation of Vector Clock in Python
A time synchronization system using vector clocks in a distributed network. The system ensures causal message ordering by tracking events with vector timestamps. Messages are delivered asynchronously, considering network delays and process removals. This simulation demonstrates multicast messaging, event causality, and adaptive synchronization.
Application to implement an n-node distributed system that with a vector clock
Add a description, image, and links to the vector-clock topic page so that developers can more easily learn about it.
To associate your repository with the vector-clock topic, visit your repo's landing page and select "manage topics."