Skip to content

Azure SDK for Embedded C for Arduino

License

Notifications You must be signed in to change notification settings

Azure/azure-sdk-for-c-arduino

Repository files navigation

Project

The Arduino library is built from the Azure Embedded SDK for C. For more details about it, please refer to the official library website.

There are several other alternatives to get MCU-based devices connected to Azure. See Other Azure IoT SDKs to learn more.

This library package contains the following samples. Please refer to their documentation for setup and execution instructions:

What is the difference between IoT Hub and IoT Central samples?

  1. IoT Hub samples will get devices connected directly to Azure IoT Hub
  2. IoT Central samples will leverage DPS (Device Provisioning Service) to provision the device and then connect it to Azure IoT Central.

Please note that provisioning through DPS is mandatory for IoT Central scenarios, but DPS can also be used for IoT Hub devices as well.

Contributing

For reporting any issues or requesting support, please open an issue on azure-sdk-for-c.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Fix Code Formatting

Run the following command from the root of the sdk with clang-format version 9.0.0.

find ./examples \( -iname '*.h' -o -iname '*.c' -o -iname '*.cpp' -o -iname '*.ino' \) -exec clang-format -i {} \;

Commit the resulting code formatting changes if there are any.

Reporting Security Issues and Security Bugs

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

License

This Azure SDK for C Arduino library is licensed under MIT license.

Azure SDK for Embedded C is licensed under the MIT license.