An open API service indexing awesome lists of open source software.

https://github.com/michdo93/python-mqtt-websocket-example

An simple example of using web sockets with MQTT.
https://github.com/michdo93/python-mqtt-websocket-example

Last synced: about 1 year ago
JSON representation

An simple example of using web sockets with MQTT.

Awesome Lists containing this project

README

          

# python-mqtt-websocket-example
An simple example of using web sockets with MQTT.

## Pre-Installation

You have to install the `paho-mqtt` library:

```
python -m pip install paho-mqtt
```

## Usage

Please replace at first `` and ``. Then you can run it with:

```
python mqtt_socket.py
```