Skip to content

GLodi/Distributed-Systems-Final-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unimi Distributed and Pervasive Systems Final Project

This is my final project for the Distributed and Pervasive Systems course at Unimi (Master's Degree in Computer Science).

It emulates a distributed network of drones in charge of delivering goods in a city (grid). They communicate with each other through gRPC while updating a remote server over REST.

A master drone is responsible for taking orders from an MQTT client and delegating them to the closest available drone for delivery. It features ring-based election as well as mutual exclusion (Ricart Agrawala) distributed algorithms.

Mains:

  • drones/DroneMain.java
  • dronazon/DronazonPub.java
  • admin/server/ServerAdmin.java
  • admin/client/ClientAdmin.java

Project Setup

  • You can import the project directly from a Version Control System, by providing the following URL: TODO

  • Otherwise, take care to import the project as a Gradle Project

  • If required, trust the project and accept the Gradle auto-import

  • Wait until the Gradle indexing process ends (it may take a few seconds)

ENJOY THE PROJECT!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages