.. mqtt-codec documentation master file, created by sphinx-quickstart on Sun Sep 30 09:27:27 2018. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. ================================== mqtt-codec Package Documentation ================================== The `mqtt-codec` package is an MQTT packet encoder and decoder (codec). The library has high test coverage (~94%) and is known to perform well in distributed IoT networks with thousands of nodes. Installation ============= The mqtt-codec package is distributed through `pypi.org `_ and can be installed with the standard Python package manager `pip `_: .. code-block:: bash $ pip install mqtt-codec If you do not have pip then the package can be downloaded from `mqtt-codec `_ and installed with the standard `setup.py` method: .. code-block:: bash $ python setup.py install Project Infrastructure ======================= The project is coordinated through public infrastructure: * `Releases (pypi) `_ * `Documentation (readthedocs.io) `_ * `Bug Tracker (github) `_ * `Code Repository (github) `_ Table of Contents ================== .. toctree:: :maxdepth: 2 :caption: Contents: user_guide mqtt_codec changelog developer_guide admin Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`