mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
d01148ac51
- Removed the manual numberings that we added to the sections headings and using the "sectnum" directive which auto assign the numbers to the sections. This makes writing the docs easy. - Added support for auto-sorting the delegate list with help of githook keep-sorted
42 lines
1.3 KiB
ReStructuredText
42 lines
1.3 KiB
ReStructuredText
Programming Guide
|
|
=================
|
|
|
|
`Matter`_ is a unified IP-based
|
|
connectivity protocol that is designed to connect and build open, reliable
|
|
and secure IoT ecosystems. This new technology and connectivity standard enables
|
|
communication among a wide range of smart devices. Matter supports IP connectivity over Wi-Fi, Thread and Ethernet.
|
|
|
|
Espressif's SDK for Matter is the official Matter development framework for
|
|
Espressif's ESP32 series SoCs.
|
|
|
|
We have put together a series of blog posts that introduces various aspects of Matter.
|
|
We recommend that you go through this `Espressif Matter Blog`_.
|
|
|
|
Table of Contents
|
|
-----------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:numbered:
|
|
|
|
Introduction <introduction>
|
|
Developing with the SDK <developing>
|
|
Matter Controller <controller>
|
|
Matter Certification <certification>
|
|
Production Considerations <production>
|
|
Security Considerations <security>
|
|
RAM and Flash Optimizations <optimizations>
|
|
API Reference <api-reference/index>
|
|
Integration with esp-insights <insights>
|
|
Application User Guide <app_guide>
|
|
Copyrights and Licenses <COPYRIGHT>
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Appendix
|
|
|
|
FAQs <faq>
|
|
|
|
.. _Matter: https://csa-iot.org/all-solutions/matter/
|
|
.. _Espressif Matter Blog: https://blog.espressif.com/matter-38ccf1d60bcd
|