Our MQTT integrative project, designed to keep societies and their members in touch.
This module provides the exchange for messages between clients.
This module handles messages for and from the broker and provides the UI for rebuild.
This module handles the database initialisation and running. It also provides
a driver for the client
.
When working on rebuild, ensure you have pdm
installed. To initialise the
dependencies, use pdm install
, and then pdm run pre-commit install
to set
up the pre-commit hooks. This will ensure all contributed code meets the project
standards.