mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
25 lines
717 B
ReStructuredText
25 lines
717 B
ReStructuredText
================
|
||
Mosquitto README
|
||
================
|
||
|
||
Adds the `Mosquitto <https://mosquitto.org/>`_ (`MQTT <https://mqtt.org/faq>`_) `pub-sub <https://en.wikipedia.org/wiki/Publish–subscribe_pattern>`_ broker to Internet-in-a-Box (IIAB) for educational experiments with `IoT <https://en.wikipedia.org/wiki/Internet_of_things>`_.
|
||
|
||
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
|
||
-------
|
||
|
||
The Mosquitto service is authenticated with:
|
||
|
||
Username: ``Admin``
|
||
|
||
Password: ``changeme``
|
||
|
||
You can monitor it with command::
|
||
|
||
systemctl status mosquitto
|
||
|
||
See Also
|
||
--------
|
||
|
||
`Node-RED <../nodered/README.rst>`_
|