Follow these steps to set up Mosquitto on Windows:
- Download the Mosquitto installer from the official Mosquitto website (https://mosquitto.org/download/). As we discussed before, in the section on how to install Arduino, you need to pick the right version for your version of Windows—either 32 bit or 64 bit. In most cases, you will need the 64-bit version. In my case, the latest version available is Mosquitto-1.5.6-install-windows-x64.exe.
- Once downloaded, run the installer and follow the instructions. Windows might try to protect you and block the execution, claiming that the installation would pose a risk to your computer. Mosquitto is developed by a trusted entity (the Eclipse Foundation), and therefore ...