Code: Alles auswählen
apt install libmosquitto-dev mosquitto; pecl install mosquitto-alpha
echo -en "allow_anonymous true\nlistener 1883\n" >> /etc/mosquitto/conf.d/mqtt-solaranzeige.conf
systemctl restart mosquitto.service; nmap -p 1883 localhostCode: Alles auswählen
apt install libmosquitto-dev mosquitto; pecl install mosquitto-alpha
echo -en "allow_anonymous true\nlistener 1883\n" >> /etc/mosquitto/conf.d/mqtt-solaranzeige.conf
systemctl restart mosquitto.service; nmap -p 1883 localhost