Add MQTT client wrapper; wire startup publish; support env-config

This commit is contained in:
2025-12-28 15:02:52 +01:00
parent bfe8704f18
commit c866346c06
6 changed files with 220 additions and 4 deletions
+13
View File
@@ -0,0 +1,13 @@
# Example env file for lambdaiot-core
# Server
SERVER_ADDRESS=0.0.0.0
SERVER_PORT=8080
JWT_SECRET=secret
# MQTT
MQTT_BROKER=tcp://localhost:1883
MQTT_CLIENT_ID=lambdaiot-core
MQTT_USERNAME=
MQTT_PASSWORD=
MQTT_TOPIC=lambda/iot