| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-20 | Separate MQTT logic | xengineering | |
| This reduces the coupling between the MQTT-related code and everything else to a single `tx` channel of type `MQTTMessage`. This improves the code quality significantly. | |||
| 2025-12-20 | Add cache implementation | xengineering | |
| This avoids frequent MQTT messages containing the same state. | |||
| 2025-12-08 | Add Meson build system | xengineering | |
| Meson as a general purpose build system is mightier than what the Go tool can provide. Furthermore it makes it possible to unify build, run and other workflows across projects with different languages. | |||
