Install Mosquitto Broker
Last updated
Was this helpful?
Install Mosquitto on Raspberry Pi:
sudo docker pull eclipse-mosquittoRun Mosquitto to test the connection:
sudo docker run -it -p 1883:1883 -p 9001:9001 eclipse-mosquittoYou can remotely control the raspberry pi from your computer by going to the terminal on Mac and type "ssh@raspberry_pi_ip_addr" for example "ssh@192.169.34.1"
Last updated
Was this helpful?
Was this helpful?