Interface between MQTT broker and ASGI
Project description
asgimqtt is a simple MQTT interface for ASGI.
Usage
Connect the server to a running MQTT broker:
asgimqtt --host localhost --port 1883 django_project.asgi:channel_layer
In your Django code:
# routing.py channels_routing = [ route("mqtt.sub", mqtt_consumer), ]
Note: you can only receive messages published in MQTT broker (channel mqtt.sub).
The keys are:
host: host of the MQTT broker
port: port of the MQTT broker
topic: topic of the MQTT message
payload: payload of the MQTT message
qos: quality of service of the MQTT message (0, 1 or 2)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
asgimqtt-0.2.0.tar.gz
(3.3 kB
view details)
Built Distribution
File details
Details for the file asgimqtt-0.2.0.tar.gz
.
File metadata
- Download URL: asgimqtt-0.2.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f6d9c56882f18e23bac7369881ad3dbcb5d7064e04a2868022dc4cfae4b8cfc |
|
MD5 | 7174190332e76c164746210e989bff80 |
|
BLAKE2b-256 | 5d54d860044e3e104aacd8ea43de5400f1064269bf58540fcf3bf532153d10b5 |
File details
Details for the file asgimqtt-0.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: asgimqtt-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8be9ee5e422b74e9842747ba0944c18ae8ff4cb9586c78bbc45b3c54baf1b0e7 |
|
MD5 | 2ced63f25c07fb2bfe5efd30f6b936d4 |
|
BLAKE2b-256 | 38174396c47064df5d99b6a3cc64f250b270d1e5d114d51ff3e4976f17824441 |