summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-12-20 13:27:42 +0100
committerxengineering <me@xengineering.eu>2025-12-20 13:27:42 +0100
commit96299467958aaffdbef5cb8ae780d3abeddfcaba (patch)
tree95e3ff2ccb6bdaffe0f1afedebb6794b72cd6865 /meson.build
parentfaf9fb7a8c5e8b31e9c1104b42d7e550e986ca61 (diff)
downloadsia-server-96299467958aaffdbef5cb8ae780d3abeddfcaba.tar
sia-server-96299467958aaffdbef5cb8ae780d3abeddfcaba.tar.zst
sia-server-96299467958aaffdbef5cb8ae780d3abeddfcaba.zip
Separate MQTT logic
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.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index e2ce711..6200e2f 100644
--- a/meson.build
+++ b/meson.build
@@ -6,6 +6,7 @@ sia_server = custom_target(
input : [
meson.current_source_dir() / 'main.go',
meson.current_source_dir() / 'cache.go',
+ meson.current_source_dir() / 'mqtt.go',
],
output : 'sia-server',
command : [