cdefa6f826
* Update Raspberry Pi dockerfile toolchain link Update old invalid toolchain link to newer, working link. * Delete SDK_cross_compile_example.md The steps in this doc are no longer valid. Cross compilation for raspberry pi can be done via our sample dockerbuilds. * Update docker file link for toolchain The old link might break if latest gets updated. So linking straight to the binaries. * Update Dockerfile Change link to most recent, stable version of toolchain binaries. * Update readme.md Remove dead links to deleted file (Cross compilation example). |
||
---|---|---|
.. | ||
dockerbuilds | ||
solutions | ||
readme.md |
readme.md
Azure IoT C SDK Samples
The Azure IoT C SDK contains components that can operate independently that are separated into directories at the top level of the repo.
The samples for these components live with them in the directory tree, not in a global samples directory.
The samples available throughout the tree are:
- IoTHub Device Client SDK samples are here. If you're just trying to build an IoT Device, this is going to be the best place to start.
- IoTHub Service SDK samples are here
- Serializer samples are here. Please read and understand the limitations and alternatives to the serializer described here before using the serializer.
- Provisioning Client SDK samples are here
- Provisioning Service SDK samples are here