Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s3gmentati0nfaultuni/lab-dsp
Laboratory sessions for the Distributed and Pervasive systems
https://github.com/s3gmentati0nfaultuni/lab-dsp
Last synced: about 2 months ago
JSON representation
Laboratory sessions for the Distributed and Pervasive systems
- Host: GitHub
- URL: https://github.com/s3gmentati0nfaultuni/lab-dsp
- Owner: S3gmentati0nFaultUni
- License: gpl-3.0
- Created: 2023-03-31T07:08:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T07:58:35.000Z (4 months ago)
- Last Synced: 2024-08-20T09:56:25.319Z (4 months ago)
- Language: Java
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Distributed and Pervasive Systems exercises (lab)
My twist on all of the exercises proposed in the laboratory phase of the course of Distributed and Pervasive Systems at Universitá degli studi di Milano, kept by professor Bettini.The code can be downloaded through the release or through a clone of the repository, since the exercises tend to change every year this should be used as a guideline to understand what the course is about and what kind of level the student is expected to reach by the end of the course. You can find the code of the project associated with the course at the following link
In this repository you can find:
- An exercise about messaging systems using sockets
- Concurrent access to servers in C-S architectures
- GRPC
- HTTP and REST
- MQTT## Disclamer
Even if I would like to go ahead and correct some of the exercises I have a lot on my plate right now, thus I will put them as to-dos in the README because I think it would actually be worth it to change how some of the things work in there.## To-do:
- [x] Complete the documentation for the project
- [ ] Add a Group class to simulate a group-chat in the ChatGPT exercise
- [ ] Check the synchronization statements in the Dictionary exercise
- [ ] Change the POST endpoint to a PUT endpoint for the Dictionary exercise