Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 2.43 KB

_0_install_Azure_IoT_SDK.md

File metadata and controls

58 lines (37 loc) · 2.43 KB

Getting Azure IoT SDK

1. Download Azure IoT SDK

2. Download submodules in SDK

After downloading SDK files, you need to download submodules as listed below:

image

2.1. "c-utility" directory

Download files from below github repo, extract and rename directory name to "c-utility".

2.1.1. "c-utility/deps" directory

There are 2 more submodules in "c-utility/deps" directory. Download files from below github repos, extract and rename directory names to "azure-macro-utils-c", "umock-c".

image

2.2. "deps" directory

Download files from below github repo, extract and rename directory name to "parson".

image

2.3. "provisioning_client" directory

2.3.1. "provisioning_client/deps" directory

Download files from below github repo, extract and rename directory name to "utpm".

image

2.4. "umqtt" directory

Download files from below github repo, extract and rename directory name to "umqtt".

Done!