Skip to content

Latest commit

 

History

History
 
 

mqtt

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

MQTT

Connecting to MQTT Server

MQTT Server is running on Raspberry Pi. In order to see what's happening I need to install mosquitto locally

brew install mosquitto

and then

mosquitto_sub -u user -P pass -h host -p 1883 -t "#" -v