Framework for MQTT Gateways.
Project description
mqttgateway is a python wrapper to build consistent gateways to an MQTT network.
What it does:
it deals with all the boilerplate code to manage an MQTT connection, load configuration and other data files, and create log handlers,
it encapsulates the interface in a class that needs only 2 methods __init__ and loop,
it creates an intuitive messaging abstraction layer between the wrapper and the interface,
it can isolate the syntax and keywords of the MQTT network from the internal ones of the interface.
Who is it for:
Developers of MQTT networks in a domestic environment looking to adopt a definitive syntax for their MQTT messages and to build gateways with their devices that are not MQTT enabled.
Available interfaces
Check the existing fully developped interfaces. Their names usually follows the pattern <interface_name>2mqtt, for example musiccast2mqtt.
This library comes with 2 interfaces:
dummy: to test the environment and use as a template;
entry: example used for the tutorial.
Links
Documentation on readthedocs.
Source on github.
Distribution on pypi.
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 Distributions
Built Distribution
File details
Details for the file mqttgateway-0.206-py2-none-any.whl
.
File metadata
- Download URL: mqttgateway-0.206-py2-none-any.whl
- Upload date:
- Size: 31.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef9077d835f929179fd2c730de226e161d17594fe62b4d6062c80842d219dd60 |
|
MD5 | f5ef7c69fd57b527df61dc1d864a70a0 |
|
BLAKE2b-256 | aa2798aa67799d6487a01557fc2cefa7fe5e99dcba294b2ea216e102b972a0ca |