An open API service providing repository metadata for many open source software ecosystems.

Topic: "lamport-algorithm"

amschel99/lsig

Constructing Quantum resistant digital signatures using hash functions

Language: Rust - Size: 25.4 KB - Last synced at: 14 days ago - Pushed at: about 1 year ago - Stars: 16 - Forks: 5

AtropineTears/Lamport-rs

A Post-Quantum Cryptographic Library For Lamport Signatures

Language: Rust - Size: 46.9 KB - Last synced at: 16 days ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 2

dufferzafar/distributed-ledger

Simulate a Bitcoin-like network (Assignment for COP 701 @ IIT Delhi)

Language: Python - Size: 495 KB - Last synced at: 11 months ago - Pushed at: over 7 years ago - Stars: 5 - Forks: 2

nahzor/lamports-mutual-exclusion-algorithm 📦

Implementation of Lamport's mutual exclusion algorithm

Language: C - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 3

aostrun/Lamport-s-Distributed-Mutual-Exclusion

Lamport's Mutual Exclusion Algorithm shown on Dining Philosophers

Language: C++ - Size: 9.77 KB - Last synced at: about 2 months ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 4

VenkatKS/Cohesion

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.

Language: Java - Size: 25.4 KB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 2

mrnazu/lambert-signatures

Lamport Signatures Problem Set 1: Hash-based Signature Schemes

Language: JavaScript - Size: 63.5 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

sskender/advanced-operating-systems

Advanced Operating Systems FER labs

Language: C - Size: 77.1 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

valentecaio/lamport_rabbitMQ

A rabbitMQ distributed implementation of Lamport's Algorithm for Mutual Exclusion, written in python 3 using pika rabbitMQ library.

Language: Python - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

utsav-dholakia/Distributed_Mutual_Exclusion_Protocol

Language: Java - Size: 34.2 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 1

joyoyoyoyoyo/lamport-logical-clocks-in-a-distributed-system

🌐 Implementation of Lamport Clocks 🕒 to Order Life Events in a Distributed System

Language: Scala - Size: 243 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

mehdimo/DistMutEx4Cars

Distributed Mutual Exclusion based on Lamport's Algorithm

Language: C# - Size: 137 KB - Last synced at: almost 2 years ago - Pushed at: about 11 years ago - Stars: 1 - Forks: 2

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.

Language: Python - Size: 2.18 MB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

lmicovic/distributed-fractals-chaos-game

System using mathematical theory of chaos to calculate distributed fractals.

Language: Java - Size: 121 KB - Last synced at: 7 days ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

reorg-icp/lsig Fork of amschel99/lsig

Constructing Quantam resistant digital signatures using hash functions

Size: 24.4 KB - Last synced at: 9 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DericAugusto/ISN2024_DistrSys

Material from the course of Distributed Systems and Blockchain at ENSEM - Université de Lorraine.

Language: Python - Size: 36 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

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.

Language: Java - Size: 154 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

manuelpagliuca/seta-distributed-system

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.

Language: Java - Size: 3.67 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

camilafbarcellos/LamportClockSim

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)

Language: Python - Size: 4.88 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

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.

Language: Java - Size: 39.6 MB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

gkontogiannhs/Bakery-Algorithm-Implementation-C

Language: C - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

iamdylanngo/lamport-cryptocurrency-nodejs

Lamport cryptocurrency simple

Language: JavaScript - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

eugen-eugen/byzantine

A demonstration of the OM-algorithm for solving the Byzantine Generals Problem

Language: Java - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

arget13/simplyLamport

A simple implementation of the Lamport-Diffie signature.

Language: C - Size: 37.1 KB - Last synced at: 10 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 2

vondenstein/bakery 📦

Example implementation of Lamport's Bakery algorithm for managing multiple threads.

Language: Java - Size: 5.86 KB - Last synced at: 5 days ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 2

sauravsharma001-zz/advance_os_lamport

Lamport Mutual Exclusion Algorithm Implementation in Java

Language: Java - Size: 59.6 KB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 4

JinhaiZ/TP-Lamport-RabbitMQ

School project: an implementation of Lamport's distributed mutual exclusion algorithm based on RabbitMQ

Language: Python - Size: 745 KB - Last synced at: 4 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

anand-b/Lamport-Mutex-Algorithm

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"

Language: Java - Size: 30.3 KB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 1

mohammedjasam/Byzantine-Generals-Problem

Leslie Lamport's solution to the Byzantine Generals Problem!

Language: Java - Size: 4.49 MB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

amod0017/lamport-mutual-exclusion-algorithm-implementaion

POC Implementation of Mutual Exclusion Algorithm in Distributed Systems

Language: Java - Size: 11.5 MB - Last synced at: over 1 year ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 1