Skip to content

guisaraiva2000/DistributedSystems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T03-Bicloin

Distributed Systems 2020-2021, 2nd semester project

Authors

Group T03

Afonso Jorge 93680 photo

Guilherme Saraiva 93717 photo

Sara Ferreira 93756 photo

Module leaders

Task set To-Do Leader
core protocol buffers; project structure (whole team)
T1 rec: read, write; hub-tester Sara Ferreira
T2 hub; rec-tester Guilherme Saraiva
T3 info_station; app Afonso Jorge

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.

Getting Started

The overall system is composed of multiple modules.

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 theservers to be running.

Built With

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

Versioning

We use SemVer for versioning.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages