Skip to content

This repository is a project developed as part of a college assignment focused on distributed algorithms. It implements Lamport's Logical Clocks and a Mutual Exclusion algorithm.

Notifications You must be signed in to change notification settings

luciobvjr/distributed-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algoritmos-distribuidos

To run in a docker environment

  • Check-out an algorithm folder, e.g. lamport-clock

    cd lamport-clock

  • Build the docker image with the dependencies

    docker build -t zero-mq .

  • Run the containers with docker compose orchestrator

    docker compose up

Sources

ZeroMQ documentation

About

This repository is a project developed as part of a college assignment focused on distributed algorithms. It implements Lamport's Logical Clocks and a Mutual Exclusion algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published