Difference between revisions of "MQTT"

From Teknologisk videncenter
Jump to: navigation, search
m
m
Line 1: Line 1:
 
=Mosquitto on Ubuntu=
 
=Mosquitto on Ubuntu=
To use mosquitto on all interfaces and anonymous. Add these lines to ''/etc/mosqquitto/mosquitto.cond''
+
To use mosquitto on all interfaces and anonymous. Add these lines to ''/etc/mosqquitto/mosquitto.conf''
 
<source lang=bash>
 
<source lang=bash>
 
allow_anonymous true
 
allow_anonymous true

Revision as of 06:26, 27 October 2023

Mosquitto on Ubuntu

To use mosquitto on all interfaces and anonymous. Add these lines to /etc/mosqquitto/mosquitto.conf

allow_anonymous true
listener 1883 0.0.0.0

Links