Skip to content

Latest commit

 

History

History
114 lines (69 loc) · 2.85 KB

index.rst

File metadata and controls

114 lines (69 loc) · 2.85 KB

Microhomie - Documentation and Specification

.row {clear: both} .column img {border: 1px solid black;} @media only screen and (min-width: 1000px), only screen and (min-width: 600px) and (max-width: 768px){ .column { padding-left: 5px; padding-right: 5px; float: left; width: 25%; } } h2 {border-top: 1px solid black; padding-top: 1em}

'Microhomie'

Contents

.. rst-class:: clearfix row

.. rst-class:: column


Start here with hands-on examples.

.. rst-class:: column

Step-by-step guides for the developer covering key operations and procedures

.. rst-class:: column

Technical reference - tools, components and commands

.. rst-class:: column


Explanation and discussion of key topics

.. rst-class:: clearfix row


About this documentation

This documentation is the central hub of information for all things Microhomie.

What is Microhomie?

Microhomie is a MicroPython framework for Homie, a lightweight MQTT convention for the IoT.

Main target for Microhomie is the ESP8266 device but has been well tested and used on ESP32 too.

Source is on GitHub.

Notational Conventions

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" are to be interpreted as described in [RFC 2119](http://tools.ietf.org/html/rfc2119).

The key words "unspecified", "undefined", and "implementation-defined" are to be interpreted as described in the [rationale for the C99 standard](http://www.open-std.org/jtc1/sc22/wg14/www/C99RationaleV5.10.pdf#page=18).

An implementation is not compliant if it fails to satisfy one or more of the MUST, MUST NOT, REQUIRED, SHALL, or SHALL NOT requirements for the protocols it implements. An implementation is compliant if it satisfies all the MUST, MUST NOT, REQUIRED, SHALL, and SHALL NOT requirements for the protocols it implements.

Detailed table of contents

.. toctree::
   :maxdepth: 2

   introduction/index
   howto/index
   reference/index
   background/index


Indices and tables