Difference between revisions of "MQTT"

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

Latest revision as of 07:39, 27 October 2023

See also Mosquitto

Links