summaryrefslogtreecommitdiff
path: root/fw/app/src/mqtt.h
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-07-29 12:14:12 +0200
committerxengineering <me@xengineering.eu>2025-07-30 21:53:35 +0200
commit0eae46d834489f07db868300b79660a0a739c218 (patch)
tree74e4917cd15d9b31e0d2f3c93600b7d6adc9cc85 /fw/app/src/mqtt.h
parent467be807cde370b1ec6f514bcb519842140c192f (diff)
downloadiot-contact-0eae46d834489f07db868300b79660a0a739c218.tar
iot-contact-0eae46d834489f07db868300b79660a0a739c218.tar.zst
iot-contact-0eae46d834489f07db868300b79660a0a739c218.zip
fw: app: mqtt: Add MQTT broker connection
This is the first minimal step towards MQTT: Connecting to a broker. Wireshark validates that there is actually MQTT data flow in both directions.
Diffstat (limited to 'fw/app/src/mqtt.h')
-rw-r--r--fw/app/src/mqtt.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/fw/app/src/mqtt.h b/fw/app/src/mqtt.h
new file mode 100644
index 0000000..241620f
--- /dev/null
+++ b/fw/app/src/mqtt.h
@@ -0,0 +1,10 @@
+/*
+ * This Source Code Form is subject to the terms of the Mozilla Public License,
+ * v. 2.0. If a copy of the MPL was not distributed with this file, You can
+ * obtain one at https://mozilla.org/MPL/2.0/.
+ */
+
+#ifndef SRC_MQTT_H
+#define SRC_MQTT_H
+
+#endif // !SRC_MQTT_H