Login et discovery MQTT

This commit is contained in:
LeClubber
2022-03-12 10:19:05 +01:00
parent 5d619e8535
commit 39f61f0b34
9 changed files with 859 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# This is a Mosquitto configuration file that creates a listener on port 1883
# that allows unauthenticated access.
listener 1883
allow_anonymous true