Mosquitto: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
Line 16: Line 16:


ssh -L 1883:localhost:1883 user@mq.chorke.org
ssh -L 1883:localhost:1883 user@mq.chorke.org
</source>
==NodeRED==
<source lang="bash">
df -h
vcgencmd measure_temp
apt list --upgradable
apt upgrade
apt -f install
apt install nodered/stable
df -h
systemctl start nodered
systemctl status nodered
systemctl enable nodered
ssh -L 1880:localhost:1880 user@mq.chorke.org
</source>
</source>



Revision as of 02:47, 20 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 user@mq.chorke.org

NodeRED

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

apt -f install
apt install nodered/stable
df -h

systemctl start nodered
systemctl status nodered
systemctl enable nodered

ssh -L 1880:localhost:1880 user@mq.chorke.org

References