Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 652 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 652 Bytes

mqtt-notifysend-bridge

Bridge between MQTT and Notify-Send. Works on Ubuntu Linux, and on Windows using vaskovsky/notify-send

Getting Started

Requirements

  • Python 3.6 and above
  • pip 19.1 and above

Installation

Windows

Clone this directory locally, and install with pip install .

Linux

Clone this directory locally, and install with python3 -m pip install .

Usage

mqtt-notifysend-bridge --server <servername>[:<port>] --topic path/to/topic

Command-line options

  • --server: Server to connect to, and optionally port number
  • --topic: Topic to subscribe to