SDLE Project for group T3G14. For more information about the project, check the report
Final grade: 20.0
Group members:
- Alexandre Abreu (up201800168@up.pt)
- Diana Freitas (up201806230@up.pt)
- Juliane Marubayashi (up201800175@up.pt)
- Simão Lúcio (up201303845@up.pt)
This project must be executed in unix environment, since the zqm does not support windows.
Make sure you have python 3 and pipenv installed as a global dependecy.
To install the dependencies (from src/):
source pipenv installTo activate the python environment that is used in the project run the following command (from src/):
source pipenv shellNo compilation is needed for Python.
To run the project the only necessary command is:
python -m service [server | subscriber <messages_filename> <id>| publisher <topics_filename> <id>]