Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

jwbambacht/distributed-algorithms

Repository files navigation

Distributed Algorithms Lab

Lab exercises for the course IN4150 Distributed Algorithms. The lab exercises include three exercises programmed in Java rmi.

  1. Implementation of causal ordering of broadcast messages in Java/RMI
  2. Implementation of election in a unidirectional ring according to Peterson in Java/RMI
  3. Implementation of randomized byzantine agreement in Java/RMI