/mqtt-dbus

Desktop notifications with Python DBus bindings if a MQTT message arrives

Primary LanguagePythonMIT LicenseMIT

mqtt-dbus

Subscribe to a topic and desktop notifications are sent if a message about a specific MQTT topic arrives.

Prerequisites/Installation

Get the files

Clone the mqtt-dbus repository:

git clone git@github.com:fabaff/mqtt-dbus.git

###Dependencies mqtt-dbus depends on a couple of additional pieces:

sudo yum -y install dbus-python mosquitto

Usage

Make the mqtt-dbus.py file executable and run it.

./mqtt-dbus.py

License

mqtt-dbus licensed under MIT, for more details check LICENSE.