Test your knowledge

Let's see whether you can answer the following questions correctly:

  1. Which of the following Python modules is the Paho Python Client?
    1. paho-mqtt
    2. paho-client-pip
    3. paho-python-client
  2. To establish a connection with an MQTT server that uses TLS, which method do you have to call for the paho.mqtt.client.Client instance before calling connect?
    1. connect_with_tls
    2. tls_set
    3. configure_tls
  1. After the paho.mqtt.client.Client instance establishes a connection with the MQTT server, the callback assigned to which of the following attributes will be called?
    1. on_connection
    2. on_connect
    3. connect_callback
  2. After the paho.mqtt.client.Client instance receives a message from one of the topic filters to which it has subscribed, the callback ...

Get Hands-On MQTT Programming with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.