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

26 lines
726 B
ReStructuredText
Raw Normal View History

2019-01-16 07:11:20 +00:00
================
Mosquitto README
================
2019-01-15 17:51:41 +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 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
-------
The mosquitto service is authenticated with:
Username: ``Admin``
Password: ``changeme``
You can monitor the service with command::
systemctl status mosquitto
2019-01-16 07:11:20 +00:00
See Also
--------
`Node-RED <../nodered/README.rst>`_