https://github.com/robb-fr/distributed-algo-2022
CS-451 Distributed Algorithms EPFL course project of Fall 2022 edition
https://github.com/robb-fr/distributed-algo-2022
broadcast distributed-algorithms lattice-agreement
Last synced: 10 months ago
JSON representation
CS-451 Distributed Algorithms EPFL course project of Fall 2022 edition
- Host: GitHub
- URL: https://github.com/robb-fr/distributed-algo-2022
- Owner: Robb-Fr
- License: gpl-3.0
- Created: 2022-09-27T07:29:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T16:47:23.000Z (almost 3 years ago)
- Last Synced: 2025-06-05T14:03:25.365Z (11 months ago)
- Topics: broadcast, distributed-algorithms, lattice-agreement
- Language: Java
- Homepage:
- Size: 422 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# distributed-algo-2022
CS-451 Distributed Algorithms EPFL course project of Fall 2022 edition
Handouts of the 3 parts can be found on https://github.com/LPD-EPFL/CS451-2022-project.
The main branch only contains code for the third part : implementation of a multi-shot lattice agreement protocol in Java.