Skip to main content

Channels Worker providing async (qmqtt) MQTT proxy, add mqtts support by peyoot

Project description

This is a tiny enhanced version of channels-mqtt-proxy。 It Add MQTTSsupport for original channels-mqtt-proxy . mqtts is mandatory for some IoT platform like AWS.

Installation:

pip install chanmqttsproxy

In Django settings.py , specify the credentials or certs , simillar as following example.

# Local mqtt settings
MQTT_TLS = True
MQTT_CA = 'app/certs/ca.crt'
MQTT_CERT = 'app/certs/client1.crt'
MQTT_KEY = 'app/certs/client1.key'
MQTT_HOST = 'x.x.x.x'
#MQTT_USER = 'mqtt-test'
#MQTT_PASSWORD = 'mqtt-test'
MQTT_VERSION = 311  # defaults to 50

other general usage just the same

view original channels-mqtt-proxy for more information.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

chanmqttsproxy-0.1-py3-none-any.whl (18.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page