Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.04 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.04 KB

FEUP-SDIS

This repository hosts our projects for the Distributed Systems (SDIS) course unit at FEUP.

First Project

A distributed backup system, featuring dynamic data duplication, and other reliability protocols. More detailed information here.

Second Project

A peer-to-peer network for distributing adversarial search computations. This type of tasks is a great candidate for distributing over a network, as it is highly parallelizable, and all tasks obey a short common interface (providing the successors, utility, and is_final functions).

Peers communicate through our message protocol, and expose an RMI interface for authenticated clients to submit tasks for computation. We also made a small example for the TicTacToe game.

A more detailed overview of the project can be seen in the report.

Contributors