diff --git a/docs/en/libraries-and-frameworks/cloud-frameworks.rst b/docs/en/libraries-and-frameworks/cloud-frameworks.rst index c36e0d2af7..5000dce4db 100644 --- a/docs/en/libraries-and-frameworks/cloud-frameworks.rst +++ b/docs/en/libraries-and-frameworks/cloud-frameworks.rst @@ -1,6 +1,8 @@ Cloud Frameworks ================ +:link_to_translation:`zh_CN:[中文]` + {IDF_TARGET_NAME} supports multiple cloud frameworks using agents built on top of ESP-IDF. Here are the pointers to various supported cloud frameworks' agents and examples: diff --git a/docs/zh_CN/libraries-and-frameworks/cloud-frameworks.rst b/docs/zh_CN/libraries-and-frameworks/cloud-frameworks.rst index 587a4ed97a..1ff772f3da 100644 --- a/docs/zh_CN/libraries-and-frameworks/cloud-frameworks.rst +++ b/docs/zh_CN/libraries-and-frameworks/cloud-frameworks.rst @@ -1 +1,52 @@ -.. include:: ../../en/libraries-and-frameworks/cloud-frameworks.rst +云框架 +====== + +:link_to_translation:`en:[English]` + +{IDF_TARGET_NAME} 可以使用构建在 ESP-IDF 之上的代理来支持多个云框架。以下是各种支持的云框架代理和示例: + + +ESP RainMaker +------------- + +`ESP RainMaker `_ 是用于加速 AIoT 开发的完整解决方案。更多信息见 `ESP RainMaker GitHub 仓库 `_。 + +AWS IoT +------- + +`https://github.com/espressif/esp-aws-iot `_ 是 {IDF_TARGET_NAME} 的开源仓库,基于亚马逊 Web 服务的 `aws-iot-device-sdk-embedded-C `_。 + +Azure IoT +--------- + +`https://github.com/espressif/esp-azure `_ 是 {IDF_TARGET_NAME} 的开源存储库,基于微软 Azure 的 `azure-iot-sdk-c SDK `_。 + +Google IoT Core +--------------- + +`https://github.com/espressif/esp-google-iot `_ 是 {IDF_TARGET_NAME} 的开源存储库,基于谷歌的 `iot-device-sdk-embedded-c SDK `_。 + +阿里云 IoT +---------- + +`https://github.com/espressif/esp-aliyun `_ 是 {IDF_TARGET_NAME} 的开源存储库,基于阿里云的 `iotkit-embedded SDK `_。 + +Joylink IoT +----------- + +`https://github.com/espressif/esp-joylink `_ 是 {IDF_TARGET_NAME} 的开源存储库,基于 Joylink 的 `joylink_dev_sdk SDK `_。 + +腾讯 IoT +-------- + +`https://github.com/espressif/esp-welink `_ 是 {IDF_TARGET_NAME} 的开源存储库,基于腾讯的 `welink SDK `_。 + +腾讯云 IoT +---------- + +`https://github.com/espressif/esp-qcloud `_ 是 {IDF_TARGET_NAME} 的开源存储库,基于腾讯云的 `qcloud-iot-sdk-embedded-c SDK `_。 + +百度 IoT +-------- + +`https://github.com/espressif/esp-baidu-iot `_ 是 {IDF_TARGET_NAME} 的开源存储库,基于百度的 `iot-sdk-c SDK `_。