/mqtt-image

Show MQTT Image, Python example.

Primary LanguagePython

Show MQTT Image

Setup

Install Python-GTK+3

  • macOS:

    $ brew install pygobject3 gtk+3
    
  • Ubuntu:

    $ sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0
    
  • Fedora:

    $ sudo dnf install python3-gobject gtk3
    

Install Python Package

$ pip3 install paho-mqtt

Run

$ python3 mqtt_image.py

image