Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 319 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 319 Bytes

MQTT

Learning , implimenting and documentation of MQTT and it's brokers

Using MQTT

Install Broker(Mosquitto)

Configure broker

Start Broker

sudo systemctl start mosquitto

Run Broker

sudo mosquitto -v -c mosquitto.conf

Check Ports

sudo netstat -tulpn | grep LISTEN

PubSub Library