https://github.com/spycsh/kth-id2201-distributedsystemsbasiccourse
https://github.com/spycsh/kth-id2201-distributedsystemsbasiccourse
erlang lamport-clock linkstate linkstaterouting multicast-groups vector webserver
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spycsh/kth-id2201-distributedsystemsbasiccourse
- Owner: Spycsh
- Created: 2020-09-23T22:12:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-09T08:41:49.000Z (about 5 years ago)
- Last Synced: 2025-02-01T03:29:23.455Z (8 months ago)
- Topics: erlang, lamport-clock, linkstate, linkstaterouting, multicast-groups, vector, webserver
- Language: Erlang
- Homepage:
- Size: 2.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KTH-ID2201-DistributedSystemsBasicCourse
My solutions to this course.## Rudy
A small web server by Erlang## Routy
A routing network based on link-state protocol## Loggy
A logical time logger based on Lamport logical clock and Vector clock algorithm## Groupy
A group communication application## Chordy
A DHT implementation folloing chord scheme