azure-iot-sdk-c/samples
Jose Sanchez cdefa6f826
Update Raspberry Pi dockerfile toolchain link (#2397)
* 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).
2022-11-09 14:26:42 -08:00
..
dockerbuilds Update Raspberry Pi dockerfile toolchain link (#2397) 2022-11-09 14:26:42 -08:00
solutions Fixes for SDLNativeRules issues (#2174) 2021-12-07 17:38:42 -08:00
readme.md Update samples and SDK guidance (#2373) 2022-09-20 15:45:57 -07:00

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