mosquitto.md 235 B

mqtt broker 配置


# TCP listener
listener 1884 0.0.0.0

# WebSocket listener
listener 9001 0.0.0.0
protocol websockets

# Allow anonymous connections
allow_anonymous true

# passwd
password_file /etc/mosquitto/passwd