cloud-frameworks.rst 985 B

123456789101112131415161718192021
  1. Cloud Frameworks
  2. ================
  3. 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:
  4. AWS IoT
  5. -------
  6. `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>`_.
  7. Azure IoT
  8. ---------
  9. `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>`_.
  10. Google IoT Core
  11. ---------------
  12. `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>`_.