From 0eae46d834489f07db868300b79660a0a739c218 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 29 Jul 2025 12:14:12 +0200 Subject: 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. --- fw/app/src/mqtt.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 fw/app/src/mqtt.h (limited to 'fw/app/src/mqtt.h') 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 -- cgit v1.2.3-70-g09d2