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 details)

Uploaded Python 3

File details

Details for the file chanmqttsproxy-0.1-py3-none-any.whl.

File metadata

  • Download URL: chanmqttsproxy-0.1-py3-none-any.whl
  • Upload date:
  • Size: 18.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for chanmqttsproxy-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f51f02a791f5000ed225efe95d16a0c3d29ba3a723be0ef591c30a0413491a93
MD5 9e5e707b509459a648221148286e1ba9
BLAKE2b-256 77917b0466903e19203776ee4f3bc56cf701b1df385552b846ddf246f2dbc638

See more details on using hashes here.

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