Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

masterzeus05/SD_19-20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sauron

Distributed Systems 2019-2020, 2nd semester project

Authors

Group A09

Code identification

In all the source files (including POMs), please replace CXX with your group identifier.
The group identifier is composed by Campus - A (Alameda) or T (Tagus) - and number - always with two digits.
This change is important for code dependency management, to make sure that your code runs using the correct components and not someone else's.

Team members

Number Name User Email
89423 Catarina Machuqueiro https://github.com/Catarinaibm mailto:[email protected]
89446 Gabriel Almeida https://github.com/galmeida9 mailto:[email protected]
91004 Daniel Gonçalves https://github.com/masterzeus05 mailto:[email protected]

Task leaders

Task set To-Do Leader
core protocol buffers, silo-client (whole team)
T1 cam_join, cam_info, eye Daniel G.
T2 report, spotter Catarina M.
T3 track, trackMatch, trace Gabriel A.
T4 test T1 Gabriel A.
T5 test T2 Daniel G.
T6 test T3 Catarina M.

Getting Started

The overall system is composed of multiple modules. The main server is the silo. The clients are the eye and spotter.

See the project statement for a full description of the domain and the system.

Prerequisites

Java Developer Kit 11 is required running on Linux, Windows or Mac. Maven 3 is also required.

To confirm that you have them installed, open a terminal and type:

javac -version

mvn -version

Installing

To compile and install all modules:

mvn clean install -DskipTests

The integration tests are skipped because they require the servers to be running.

Built With

  • Maven - Build Tool and Dependency Management
  • gRPC - RPC framework

Versioning

We use SemVer for versioning.

About

IST Distributed Systems Course 19/20

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages