MQTT
Eclipse Mosquitto is an open-source message broker that implements the MQTT (Message Queuing Telemetry Transport) protocol. It is a lightweight and simple-to-use message broker that allows IoT devices and applications to communicate with each other by exchanging messages in real-time. Mosquitto is widely used in IoT applications, due to its low resource requirements and its compatibility with a wide range of devices and platforms
MQTT
Installation
Default install:
1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/mqtt.sh)"
Configuration
Config file:
1
/etc/mosquitto/conf.d/default.conf
Notes
You can find post-install info here:
https://github.com/community-scripts/ProxmoxVE/discussions/782Links
This post is licensed under CC BY 4.0 by the author.