There are 0 repository under lamport-algorithm topic.
A Post-Quantum Cryptographic Library For Lamport Signatures
Simulate a Bitcoin-like network (Assignment for COP 701 @ IIT Delhi)
Implementation of Lamport's mutual exclusion algorithm
A distributed inventory system (with multiple "point of sales") that maintains and posts transactions to a distributed ledger across independent nodes using Lamport's Distributed Algorithm.
Lamport's Mutual Exclusion Algorithm shown on Dining Philosophers
🌐 Implementation of Lamport Clocks 🕒 to Order Life Events in a Distributed System
Distributed Mutual Exclusion based on Lamport's Algorithm
Lamport Signatures Problem Set 1: Hash-based Signature Schemes
Advanced Operating Systems FER labs
A rabbitMQ distributed implementation of Lamport's Algorithm for Mutual Exclusion, written in python 3 using pika rabbitMQ library.
POC Implementation of Mutual Exclusion Algorithm in Distributed Systems
A simple implementation of the Lamport-Diffie signature.
A demonstration of the OM-algorithm for solving the Byzantine Generals 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.
System using mathematical theory of chaos to calculate distributed fractals.
Project for the course of Distributed and Pervasive Systems, University of Milan, M.Sc. in Computer Science, A.Y. 2021/2022. SETA - SElf-driving TA-xi service.
Lamport Mutual Exclusion Algorithm Implementation in Java
Distributed Mutex Implementation and performance analysis
Example implementation of Lamport's Bakery algorithm for managing multiple threads.
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.
This project is an implementation of Lamport's Mutual Exclusion Algorithm as in the paper "L. Lamport. Time, Clocks and the Ordering of Events in a Distributed System. Communications of the ACM, 21(7):558–565, July 1978"
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.
Lamport timestamp algorithm simulator for logical clocks - Simulador do Algoritmo de Lamport para relógios lógicos desenvolvido para a disciplina de Sistemas Distribuídos II (2023/2)
Material from the course of Distributed Systems and Blockchain at ENSEM - Université de Lorraine.
Compilation of all the algorithms I studied in Distributed Algorithm in Final year of my Engineering
Lamport cryptocurrency simple
Exercises for course Operation Systems
School project: an implementation of Lamport's distributed mutual exclusion algorithm based on RabbitMQ
Leslie Lamport's solution to the Byzantine Generals Problem!