Framework for MQTT Gateways
Project description
The documentation in ``docs/source`` is formatted to be read in `ReadTheDocs <http://mqtt-gateways.readthedocs.io/>`_.
Head there to browse it.
Welcome to MQTT_Gateways
=========================
``mqtt_gateways`` is a python wrapper to build consistent gateways to MQTT networks.
.. image:: docs/source/basic_diagram.png
:scale: 30%
:align: right
What it does:
-------------
* it deals with all the boilerplate code to manage an MQTT connection,
to load configuration and mapping data, and to 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 isolates the syntax and keywords of the MQTT network from the internals
of the interface.
Who is it for:
--------------
Developers of MQTT networks in a domestic environment, or *smart homes*,
looking to adopt a definitive syntax for their MQTT messages and
to build gateways with their devices that are not MQTT enabled.
Available gateways
------------------
The repository contains some already developed gateways to existing systems.
The currently available gateways are:
- **C-Bus**: gateway to the Clipsal-Schneider C-Bus system, via its PCI Serial Interface.
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
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file mqtt_gateways-0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: mqtt_gateways-0.2-py2.py3-none-any.whl
- Upload date:
- Size: 53.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
2c255e6a5420d5d30516c1732c1e4c9ee1461283deb7d364836b602b2d3fac10
|
|
MD5 |
4d6ca50a500783211aacc933bf901759
|
|
BLAKE2b-256 |
87e24b95e98df50913e62a9ce35bf3e9be6edf90a3199fa3aaf7605e7727ad54
|