node_red with mqtt broker

This commit is contained in:
Filipriec
2026-03-31 15:34:24 +02:00
parent 35d8730a4e
commit 6d483c328a
22 changed files with 2951 additions and 0 deletions

7
mqtt_client/Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "mqtt_client"
version = "0.1.0"
edition = "2024"
[dependencies]
rumqttc = "0.25.1"