Pylosophorum
Python Orchestrator for the Dámaso project (DSH)
This project contains a Python program that orchestrates different events of the Damaso Ubicom project for the subject Hardware System Description (DSH) using the MQTT protocol.
Requirements
- Python 3.7+
- Pip for Python 3
- Mosquitto message broker
Installing Pylosophorum
- Clone this Git repository.
- Install packages in
requirements.txt
using Pip.
You can do it easily with these commands (under GNU/Linux):
git clone https://github.com/StickBrush/Pylosophorum.git
cd Pylosophorum
pip3 install -r requirements.txt
Executing Pylosophorum
- Run Mosquitto in the background.
- Run
launch.py
If you have Mosquitto running in the background already, you can simply do this:
python3 launch.py