INSTALANDO O BROKER MQTT MOSQUITTO
sudo apt install mosquitto
sudo apt intall mosquitto-clients
CONFIGURANDO O BROKER MQTT MOSQUITTO
sudo nano /etc/mosquitto/mosquitto.conf
DENTRO DESTE ARQUIVO, LOCALIZE E APAGUE A SEGUINTE LINHA:
include_dir /etc/mosquitto/conf.d
APÓS ISTO, INCLUA ESTAS LINHAS:
allow_anonymous false
password_file /etc/mosquitto/pwfile
listener 1883
Salve o arquivo pressionando CTRL + X, depois Spara salvar e Enterpara sair do editor de arquivos Nano
CRIANDO USUARIO
sudo mosquitto_passwd -c /etc/mosquitto/pwfile nomesuario
cat /etc/moquitto/pwfile