| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- Cloud Frameworks
- ================
- {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:
- ESP RainMaker
- -------------
- `ESP RainMaker <https://rainmaker.espressif.com/>`_ is a complete solution for accelerated AIoT development. `ESP RainMaker on GitHub <https://github.com/espressif/esp-rainmaker>`_.
- AWS IoT
- -------
- `https://github.com/espressif/esp-aws-iot <https://github.com/espressif/esp-aws-iot>`_ is an open source repository for {IDF_TARGET_NAME} 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 {IDF_TARGET_NAME} 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 {IDF_TARGET_NAME} based on Google's `iot-device-sdk-embedded-c SDK <https://github.com/GoogleCloudPlatform/iot-device-sdk-embedded-c>`_.
- Aliyun IoT
- ----------
- `https://github.com/espressif/esp-aliyun <https://github.com/espressif/esp-aliyun>`_ is an open source repository for {IDF_TARGET_NAME} based on Aliyun's `iotkit-embedded SDK <https://github.com/aliyun/iotkit-embedded>`_.
- Joylink IoT
- -----------
- `https://github.com/espressif/esp-joylink <https://github.com/espressif/esp-joylink>`_ is an open source repository for {IDF_TARGET_NAME} based on Joylink's `joylink_dev_sdk SDK <https://storage.jd.com/testsmartcloud/joylink_dev_sdk.zip>`_.
- Tencent IoT
- -----------
- `https://github.com/espressif/esp-welink <https://github.com/espressif/esp-welink>`_ is an open source repository for {IDF_TARGET_NAME} based on Tencent's `welink SDK <https://open.welink.qq.com/#/dev-resource/sdk>`_.
- Tencentyun IoT
- --------------
- `https://github.com/espressif/esp-qcloud <https://github.com/espressif/esp-qcloud>`_ is an open source repository for {IDF_TARGET_NAME} based on Tencentyun's `qcloud-iot-sdk-embedded-c SDK <https://github.com/TencentCloud/tencentcloud-iot-sdk-embedded-c>`_.
- Baidu IoT
- ---------
- `https://github.com/espressif/esp-baidu-iot <https://github.com/espressif/esp-baidu-iot>`_ is an open source repository for {IDF_TARGET_NAME} based on Baidu's `iot-sdk-c SDK <https://github.com/baidu/iot-sdk-c>`_.
|