server - MQTT broker windows -
i've been trying set mqtt broker on windows not results. not experience in topic. i've downloaded mosquitto files http://mosquitto.org/download/ haven't server running. downloaded binary files windows , followed instructions can broker run can't subscribe. says "pthreadvc2.dll missing" , i've tried install not know how it. if able suggest me how broker running appreciate help. thank you
please see http://git.eclipse.org/c/mosquitto/org.eclipse.mosquitto.git/tree/readme-windows.txt
dependencies - win32
- openssl link: http://slproweb.com/products/win32openssl.html install "win32 openssl " required dlls: libeay32.dll ssleay32.dll
- pthreads link: ftp://sourceware.org/pub/pthreads-win32 install "pthreads-w32--release.zip required dlls: pthreadvc2.dll
if doesn't solve problem, may need install visual studio redistributables. packaged mosquitto versions compiled visual studio 2010, can found here: https://www.microsoft.com/en-gb/download/details.aspx?id=8328
Comments
Post a Comment