1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update README.rst

This commit is contained in:
A Holt 2019-01-16 02:19:02 -05:00 committed by GitHub
parent 8262588dd9
commit e7fa7e410d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,19 @@ Adds the `Mosquitto <https://mosquitto.org/>`_ (`MQTT <https://mqtt.org/faq>`_)
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 the service with command::
systemctl status mosquitto
See Also
--------