mqtt connections

almost working, need encryption
This commit is contained in:
JMARyA 2025-04-28 23:33:11 +02:00
parent 20ab0153d1
commit 125d50530d
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
15 changed files with 1259 additions and 42 deletions

View file

@ -0,0 +1,17 @@
# mosquitto.conf
# Standard MQTT listener (for regular clients, optional)
listener 1883
protocol mqtt
# WebSocket MQTT listener
listener 8083
protocol websockets
# Allow anonymous connections (testing)
allow_anonymous true
max_packet_size 10485760 # 10 MB
# Logging
log_dest stdout