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.
- Host: GitHub
- URL: https://github.com/michdo93/python-mqtt-websocket-example
- Owner: Michdo93
- Created: 2024-11-06T15:14:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T15:16:58.000Z (over 1 year ago)
- Last Synced: 2025-03-04T00:45:22.029Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```