Chat here about code rewrites, mods, etc... with respect to the github project https://github.com/esp8266/Arduino

Moderator: igrr

User avatar
By tommybee
#33692 Ty this, but you should learn MQTT right before!!
Download Mosquitto for Windows (only 32Bit available, should work with 64bit too):
http://www.eclipse.org/downloads/downlo ... -win32.exe

Install it and add the Files...
libeay32.dll
ssleay32.dll
pthreadVC2.dll
into the installation folder of Mosquitto .
Download links for these files are provided in Dependencies - win32 in the folowing description:

Mosquitto for Windows
=====================

Mosquitto for Windows comes in two flavours, win32 or Cygwin. The win32 version is only
supported on Windows Vista or later.

In all cases, the dependencies are not provided in this installer and must be installed
separately in the case that they are not already available.


Capabilities
------------

The network support in Windows is severely limited. The broker is limited to approximately
1024 MQTT connections.


Websockets
----------

The broker executables provided in the installers do not have Websockets support enabled.
If you wish to have a version of the broker with Websockets support, you will need to compile
libwebsockets version v1.3-chrome37-firefox30 yourself and mosquitto version 1.4 yourself.

Please note that on Windows, libwebsockets limits connections to a maximum of 64 clients.


Dependencies - win32
--------------------

* OpenSSL
Link: http://slproweb.com/products/Win32OpenSSL.html
Install "Win32 OpenSSL <version>"
Required DLLs: libeay32.dll ssleay32.dll
* pthreads
Link: ftp://sourceware.org/pub/pthreads-win32
Install "pthreads-w32-<version>-release.zip
Required DLLs: pthreadVC2.dll

Please ensure that the required DLLs are on the system path, or are in the same directory as
the mosquitto executable.

Windows Service
---------------

If all dependencies are installed prior to the installer being run, the broker can be
installed as a Windows service.

You can start/stop it from
the control panel as well as running it as a normal
executable.

When running as a service, the configuration in mosquitto.conf in the
installation directory is used so modify this to your needs.