Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Latest commit e0a34ac Feb 13, 2024 History
2 contributors

Users who have contributed to this file

@embertonb @nytelife26

rebuild

Our MQTT integrative project, designed to keep societies and their members in touch.

Resources

Modules

broker

This module provides the exchange for messages between clients.

client

This module handles messages for and from the broker and provides the UI for rebuild.

db

This module handles the database initialisation and running. It also provides a driver for the client.

Development

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.