Skip to content

Commit

Permalink
Merge pull request #135 from vajonam/mqtt-updates
Browse files Browse the repository at this point in the history
updates to for auth and updated mosquitto version 3.1.1
  • Loading branch information
pliablepixels committed Jul 24, 2019
2 parents 6947a2f + 2e73b60 commit 3018171
Show file tree
Hide file tree
Showing 3 changed files with 1,841 additions and 1,481 deletions.
7 changes: 7 additions & 0 deletions docs/guides/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ If you want to enable MQTT:

perl -MCPAN -e "install Net::MQTT::Simple"


Some notes on MQTT:

- A minimum version of MQTT 3.1.1 is required
- If your ``MQTT:Simple`` library was installed a while ago, you may need to update it. A new ``login`` method was added
to that library on Dec 2018 which is required (`ref <https://github.com/Juerd/Net-MQTT-Simple/blob/cf01b43c27893a07185d4b58ff87db183d08b0e9/Changes#L21>`__)

Note that starting 1.0, we also use ``File::Spec``, ``Getopt::Long`` and
``Config::IniFiles`` as additional libraries. My ubuntu installation
seemed to include all of this by default (even though
Expand Down
3 changes: 3 additions & 0 deletions zmeventnotification.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ server = 127.0.0.1
# username =

# Password
# Please note that this will set an evironment variable called MQTT_SIMPLE_ALLOW_INSECURE_LOGIN to 'true' to allow mqtt to send plainttext passwords over an non-SSL connection
# https://metacpan.org/pod/Net::MQTT::Simple

# password =


Expand Down

0 comments on commit 3018171

Please sign in to comment.