Mosquitto: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
(Created page with "<source lang="bash"> df -h vcgencmd measure_temp apt list --upgradable apt upgrade apt -f install apt install mosquitto/stable apt install mosquitto-clients/stable df -h mos...")
 
Line 21: Line 21:
* [https://mosquitto.org/blog/2013/01/mosquitto-debian-repository/ Mosquitto Debian repository]
* [https://mosquitto.org/blog/2013/01/mosquitto-debian-repository/ Mosquitto Debian repository]
* [https://mosquitto.org/download/  Mosquitto Download]
* [https://mosquitto.org/download/  Mosquitto Download]
* [https://pastebin.com/Etn59ppp Mosquitto Config]
* [https://www.home-assistant.io/getting-started/ Home Assistant]
* [https://www.home-assistant.io/getting-started/ Home Assistant]
* [https://nodered.org/ Node-RED]
* [https://nodered.org/ Node-RED]

Revision as of 20:31, 19 March 2020

df -h
vcgencmd measure_temp
apt list --upgradable
apt upgrade

apt -f install
apt install mosquitto/stable
apt install mosquitto-clients/stable
df -h

mosquitto -v
systemctl start mosquitto
systemctl status mosquitto
systemctl enable mosquitto

ssh -L 1883:localhost:1883 [email protected]

References