docs: Add cloud frameworks doc
This commit is contained in:
parent
3bb7dba995
commit
3cbb378948
6 changed files with 37 additions and 0 deletions
|
@ -26,6 +26,8 @@ This is the documentation for Espressif IoT Development Framework (`esp-idf <htt
|
||||||
.. |API Guides| image:: ../_static/api-guides.gif
|
.. |API Guides| image:: ../_static/api-guides.gif
|
||||||
.. _API Guides: api-guides/index.html
|
.. _API Guides: api-guides/index.html
|
||||||
|
|
||||||
|
.. _Libraries and Frameworks: libraries-and-frameworks/index.html
|
||||||
|
|
||||||
.. |Contribute| image:: ../_static/contribute.gif
|
.. |Contribute| image:: ../_static/contribute.gif
|
||||||
.. _Contribute: contribute/index.html
|
.. _Contribute: contribute/index.html
|
||||||
|
|
||||||
|
@ -41,6 +43,7 @@ This is the documentation for Espressif IoT Development Framework (`esp-idf <htt
|
||||||
API Reference <api-reference/index>
|
API Reference <api-reference/index>
|
||||||
H/W Reference <hw-reference/index>
|
H/W Reference <hw-reference/index>
|
||||||
API Guides <api-guides/index>
|
API Guides <api-guides/index>
|
||||||
|
Libraries and Frameworks <libraries-and-frameworks/index>
|
||||||
Contribute <contribute/index>
|
Contribute <contribute/index>
|
||||||
Versions <versions>
|
Versions <versions>
|
||||||
Resources <resources>
|
Resources <resources>
|
||||||
|
|
21
docs/en/libraries-and-frameworks/cloud-frameworks.rst
Normal file
21
docs/en/libraries-and-frameworks/cloud-frameworks.rst
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
Cloud Frameworks
|
||||||
|
================
|
||||||
|
|
||||||
|
ESP32 supports multiple cloud frameworks using agents built on top of ESP-IDF. Here are the pointers to various supported cloud frameworks' agents and examples:
|
||||||
|
|
||||||
|
AWS IoT
|
||||||
|
-------
|
||||||
|
|
||||||
|
`https://github.com/espressif/esp-aws-iot <https://github.com/espressif/esp-aws-iot>`_ is an open source repository for ESP32 based on Amazon Web Services' `aws-iot-device-sdk-embedded-C <https://github.com/aws/aws-iot-device-sdk-embedded-C>`_.
|
||||||
|
|
||||||
|
Azure IoT
|
||||||
|
---------
|
||||||
|
|
||||||
|
`https://github.com/espressif/esp-azure <https://github.com/espressif/esp-azure>`_ is an open source repository for ESP32 based on Microsoft Azure's `azure-iot-sdk-c SDK <https://github.com/Azure/azure-iot-sdk-c>`_.
|
||||||
|
|
||||||
|
Google IoT Core
|
||||||
|
---------------
|
||||||
|
|
||||||
|
`https://github.com/espressif/esp-google-iot <https://github.com/espressif/esp-google-iot>`_ is an open source repository for ESP32 based on Google's `iot-device-sdk-embedded-c SDK <https://github.com/GoogleCloudPlatform/iot-device-sdk-embedded-c>`_.
|
||||||
|
|
||||||
|
|
8
docs/en/libraries-and-frameworks/index.rst
Normal file
8
docs/en/libraries-and-frameworks/index.rst
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
Libraries and Frameworks
|
||||||
|
************************
|
||||||
|
:link_to_translation:`zh_CN:[中文]`
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
Cloud Frameworks <cloud-frameworks>
|
|
@ -27,6 +27,8 @@ ESP-IDF 编程指南
|
||||||
.. |API 指南| image:: ../_static/api-guides.gif
|
.. |API 指南| image:: ../_static/api-guides.gif
|
||||||
.. _API 指南: api-guides/index.html
|
.. _API 指南: api-guides/index.html
|
||||||
|
|
||||||
|
.. _Libraries and Frameworks: libraries-and-frameworks/index.html
|
||||||
|
|
||||||
.. |贡献代码| image:: ../_static/contribute.gif
|
.. |贡献代码| image:: ../_static/contribute.gif
|
||||||
.. _贡献代码: contribute/index.html
|
.. _贡献代码: contribute/index.html
|
||||||
|
|
||||||
|
@ -42,6 +44,7 @@ ESP-IDF 编程指南
|
||||||
API 参考 <api-reference/index>
|
API 参考 <api-reference/index>
|
||||||
H/W 参考 <hw-reference/index>
|
H/W 参考 <hw-reference/index>
|
||||||
API 指南 <api-guides/index>
|
API 指南 <api-guides/index>
|
||||||
|
Libraries and Frameworks <libraries-and-frameworks/index>
|
||||||
贡献代码 <contribute/index>
|
贡献代码 <contribute/index>
|
||||||
版本 <versions>
|
版本 <versions>
|
||||||
相关资源 <resources>
|
相关资源 <resources>
|
||||||
|
|
1
docs/zh_CN/libraries-and-frameworks/cloud-frameworks.rst
Normal file
1
docs/zh_CN/libraries-and-frameworks/cloud-frameworks.rst
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.. include:: ../../en/libraries-and-frameworks/cloud-frameworks.rst
|
1
docs/zh_CN/libraries-and-frameworks/index.rst
Normal file
1
docs/zh_CN/libraries-and-frameworks/index.rst
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.. include:: ../../en/libraries-and-frameworks/index.rst
|
Loading…
Reference in a new issue