================
Mosquitto README
================
Adds the `Mosquitto `_ (`MQTT `_) `pub-sub `_ broker to Internet-in-a-Box (IIAB) for electronics projects and educational experiments with `IoT `_.
Roughly follows this guide: https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-the-mosquitto-mqtt-messaging-broker-on-ubuntu-16-04
Using It
--------
Prior to installing IIAB, make sure your `/etc/iiab/local_vars.yml `_ contains::
mosquitto_install: True
mosquitto_enabled: True
The Mosquitto service is authenticated with:
Username: ``Admin``
Password: ``changeme``
You can monitor it with command::
systemctl status mosquitto
See Also
--------
`Node-RED <../nodered#node-red-readme>`_