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

GitHub topics: lamport-algorithm

deusbalatro/post-quantum-digital-signature

Quantum Resistant Digital Signature Program in C

Size: 2.82 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

AtropineTears/Lamport-rs

A Post-Quantum Cryptographic Library For Lamport Signatures

Language: Rust - Size: 46.9 KB - Last synced at: 19 days ago - Pushed at: over 3 years ago - Stars: 6 - 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: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

amschel99/lsig

Constructing Quantum resistant digital signatures using hash functions

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

mrnazu/lambert-signatures

Lamport Signatures Problem Set 1: Hash-based Signature Schemes

Language: JavaScript - Size: 63.5 KB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 1 - 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: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

dufferzafar/distributed-ledger

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

Language: Python - Size: 495 KB - Last synced at: 12 months ago - Pushed at: almost 8 years ago - Stars: 5 - Forks: 2

sskender/advanced-operating-systems

Advanced Operating Systems FER labs

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

reorg-icp/lsig Fork of amschel99/lsig

Constructing Quantam resistant digital signatures using hash functions

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

iamdylanngo/lamport-cryptocurrency-nodejs

Lamport cryptocurrency simple

Language: JavaScript - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 3 years 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

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

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: almost 2 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: over 7 years ago - Stars: 0 - Forks: 1

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: 4 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

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

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

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: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

vondenstein/bakery 📦

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

Language: Java - Size: 5.86 KB - Last synced at: about 18 hours ago - Pushed at: over 6 years ago - Stars: 0 - 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: almost 5 years ago - Stars: 2 - Forks: 3

gkontogiannhs/Bakery-Algorithm-Implementation-C

Language: C - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - 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

aostrun/Lamport-s-Distributed-Mutual-Exclusion

Lamport's Mutual Exclusion Algorithm shown on Dining Philosophers

Language: C++ - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 2 - 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: 5 months ago - Pushed at: over 7 years ago - Stars: 0 - 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

eugen-eugen/byzantine

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

Language: Java - Size: 4.88 KB - Last synced at: over 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: 11 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 2

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: about 8 years ago - Stars: 2 - Forks: 2

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: over 2 years ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

mohammedjasam/Byzantine-Generals-Problem

Leslie Lamport's solution to the Byzantine Generals Problem!

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

Related Keywords
lamport-algorithm 31 distributed-systems 10 lamport-clock 6 java 5 blockchain 5 mutual-exclusion 4 cryptography 4 digital-signature 3 post-quantum-cryptography 3 cryptography-algorithms 3 lamport 3 lamport-signature-scheme 3 multithreading 3 distributed-mutual-exclusion 2 python3 2 python 2 c 2 bakery-algorithm 2 leslie-lamport 2 rabbitmq 2 ricart-agrawala 2 distributed 2 bitcoin 2 concurrency 1 locks 1 gwt 1 googlewebtoolkit 1 distributed-consensus 1 distributed-computing 1 logical-clocks 1 socket-programming 1 rest-api 1 protocol-buffers 1 pervasive-computing 1 mqtt 1 json 1 grpc-java 1 bully-algorithm 1 p2p 1 concurrent-programming 1 swings 1 problem 1 gui 1 general 1 byzantine 1 partial-ordering 1 lamport-timestamp 1 happens-before 1 transaction-management 1 synchronous 1 distributed-transactions 1 distributed-storage 1 distributed-ledger 1 signature 1 postquantum 1 om 1 leslie 1 byzantine-generals-problem 1 imtatlantique 1 multiprocessing 1 lamport-queue 1 cpp 1 pika 1 distributed-consensus-algorithms 1 concurency 1 chord-protocol 1 signatures 1 hash 1 tui 1 simulator 1 simulation 1 rich 1 linux 1 lamport-logical-clock 1 lamport-clock-algorithm 1 rust-lang 1 rust 1 post-quantum 1 lamport-signature 1 cryptography-library 1 crates 1 crate 1 post-quantum-signature 1 openssl-library 1 low-level-programming 1 gnu-linux 1 distrubted-systems 1 dining-philosophers-problem 1 client-server 1 sha256-hash 1 rpyc 1 paho-mqtt-python 1 hashlib 1 blcokchain 1 shofer 1 pipes 1 pipe 1 nos 1 mqueue 1 message-queue 1