1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/mosquitto/README.rst

31 lines
966 B
ReStructuredText
Raw Normal View History

2019-01-16 07:11:20 +00:00
================
Mosquitto README
================
2019-01-16 18:08:59 +00:00
Adds the `Mosquitto <https://mosquitto.org/>`_ (`MQTT <https://mqtt.org/faq>`_) `pub-sub <https://en.wikipedia.org/wiki/Publishsubscribe_pattern>`_ broker to Internet-in-a-Box (IIAB) for electronics projects and educational experiments with `IoT <https://en.wikipedia.org/wiki/Internet_of_things>`_.
2018-06-27 08:52:11 +00:00
Roughly follows this guide: https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-the-mosquitto-mqtt-messaging-broker-on-ubuntu-16-04
2019-01-15 18:00:17 +00:00
2019-01-16 07:19:02 +00:00
Using It
2019-01-16 17:48:14 +00:00
--------
Prior to installing IIAB, make sure your `/etc/iiab/local_vars.yml <http://wiki.laptop.org/go/IIAB/FAQ#What_is_local_vars.yml_and_how_do_I_customize_it.3F>`_ contains::
mosquitto_install: True
mosquitto_enabled: True
2019-01-16 07:19:02 +00:00
2019-01-16 07:23:51 +00:00
The Mosquitto service is authenticated with:
2019-01-16 07:19:02 +00:00
Username: ``Admin``
Password: ``changeme``
2019-01-16 07:23:51 +00:00
You can monitor it with command::
2019-01-16 07:19:02 +00:00
systemctl status mosquitto
2019-01-16 07:11:20 +00:00
See Also
--------
`Node-RED <../nodered/README.rst>`_