Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Subscribe to MQTT

The Full image comes with Mosquitto as MQTT broker pre-installed.

Subscribing

You can use the following command to receive data:

mosquitto_sub -h localhost -t "application/#" -v

If you are connecting from a different host, then you must change localhost to the IP address of your gateway.