lamport-clock
There are 32 repositories under lamport-clock topic.
ChrisWhealy/DistributedSystemNotes
Notes on Lindsey Kuper's lectures on Distributed Systems
codestrange/matcom-messenger
Distributed Systems Project for the 2019-2020 course of the Computer Science degree at the University of Havana, Cuba.
BaptisteContreras/vector-clock
PHP implementation of Vector Clock and Lamport timestamp
papanikge/distributed-algs-js
a collection of distributed algorithms (on PeerJS which uses WebRTC)
bradhowes/DottedVersionVector
Swift implementation of a dotted version vector (see https://github.com/ricardobcl/Dotted-Version-Vectors)
alexyer/lamport_clock
Lamport Clock C++ implementation using atomic operations
gasparian/logical-clocks
Go implementation of several clocks types: Lamport, Vector and Hybrid Logic Clock
omar-besbes/database-synchronization-app
Database sync across multi-tier architecture via RabbitMQ, resilient to network disruptions.
qqzeng/distributed-mutual-exclusion
several distributed mutual exclusion algorithms implementation
yadavpa1/Distributed-Systems
Implementations of Lamport clock, Vector clock, Logical clock, and the Raymond Tree Algorithm for mutual exclusion in distributed systems.
joyoyoyoyoyo/lamport-logical-clocks-in-a-distributed-system
🌐 Implementation of Lamport Clocks 🕒 to Order Life Events in a Distributed System
souravdasgupta/Advanced-OS-6378-Projects
Simulation of Lamport Mutual Exclusion Algorithm
sskender/advanced-operating-systems
Advanced Operating Systems FER labs
valentecaio/lamport_rabbitMQ
A rabbitMQ distributed implementation of Lamport's Algorithm for Mutual Exclusion, written in python 3 using pika rabbitMQ library.
yashuv/Distributed-System
some insights and program code for Election Algorithm(Bully and Ring), RPC and RMI, Clock Synchronization(Logical and Vector) and Banker's Deadlock Avoidance Algorithm
aliparlakci/gofret
Implemantations of broadcasting algorithms in Go
Chemdevil/Distributed-System-Clocks
Distributed operating System
Dmmc123/ds_lab_8
Vector Clock implementation with Pipes
gokaytitrek/parallel-and-distributed-computing
Implementation of the parallel and distributed computing methods.
itakurah/Distributed-Dining-Philosophers-Problem
Implementation of the famous dining philosophers problem in a distributed P2P environment using the Ricart-Agrawala algorithm with the Roucairol-Carvalho optimization and Lamport clocks.
m7azeem/Lamport-and-Vector-Clocks
Logger using logical clocks (Lamport & Vector)
SuyashD95/dist-sys-in-flask
A single page application on Distributed Systems & Lamport's clock built using Flask microframework in Python and will be deployed using a Docker container.
THaenlein/vs2-lab
VS2Lab provides a hands-on demonstration of the principles of distributed software systems and an introduction to their software engineering design.
ajaymahadeven/Message-Passing-System-using-GWT
The purpose of this project is to showcase how to implement a message-passing system using Lamport clock time and total ordering of events, with communication among browser windows acting as independent processes.
AnolChakraborty/Lamport-Clock-Simulator
Lamport Clock Simulator: A Python-based terminal user interface (TUI) application that simulates Lamport clocks in a distributed system, allowing you to trigger local events, send time-stamped messages, and observe synchronization between processes in real-time using sockets.
arsnazarenko/distributed-computing
ITMO. Distributed computing 2022-2023
BaezCrdrm/PoorLamport
Ejemplo simple ordenamiento utilizando reloj lógico de Lamport sin utilizar comunicación por red
brambillagabrielle/simulador-relogio-lamport
Implementação de um simulador de relógios lógicos de Lamport para eventos de interação entre processos desenvolvido na disciplina de Sistemas Distribuídos 2.
chugunov/clocks
Time, Clocks, and the Ordering of Events
gsiddhad/Operating-Systems
System Programming in Linux
rihib/lamport-clock-simulator
Simulate Lamport Clock with CLI