https://github.com/euberdeveloper/logical-clock
A webapp to calculate the lamport-clock and the vector-clock of a system
https://github.com/euberdeveloper/logical-clock
Last synced: 3 months ago
JSON representation
A webapp to calculate the lamport-clock and the vector-clock of a system
- Host: GitHub
- URL: https://github.com/euberdeveloper/logical-clock
- Owner: euberdeveloper
- License: gpl-3.0
- Created: 2022-04-12T22:33:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-17T22:08:48.000Z (about 3 years ago)
- Last Synced: 2025-02-04T15:50:05.640Z (5 months ago)
- Language: Vue
- Homepage: logical-clock.vercel.app
- Size: 392 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# logical-clock
A webapp to calculate the lamport-clock and the vector-clock of a system## Project purpose
This is a web-app that is used to create charts representing multi-process systems and calculate the **locical clock** in the form of **lamport clock** or **vector clock**. It was used during the exam at TUM "Distributed Systems" and, hence, the current frontend implementation is more a proof of concept and the frontend leaves much to be desired.