Skip to content

Commit d66263a

Browse files
committed
Add readme's for source of SDK source and examples
1 parent e45c645 commit d66263a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

examples/sdk/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
These examples are ports from the [Microsoft Azure IoT device SDK for C](https://github.com/Azure/azure-iot-sdks/blob/master/c/readme.md).
2+
3+
* [iothub_client_sample_http](iothub_client_sample_http) is from: https://github.com/Azure/azure-iot-sdks/tree/master/c/iothub_client/samples/iothub_client_sample_http
4+
* [simplesample_http](simplesample_http) is from: https://github.com/Azure/azure-iot-sdks/tree/master/c/serializer/samples/simplesample_http

src/sdk/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
These source files are from the [Microsoft Azure IoT device SDK for C](https://github.com/Azure/azure-iot-sdks/blob/master/c/readme.md).
2+
3+
Specifically:
4+
5+
* https://github.com/Azure/azure-iot-sdks/tree/master/c/common (```adapters```, ```inc``` and ```src```)
6+
* https://github.com/Azure/azure-iot-sdks/tree/master/c/iothub_client (```inc``` and ```src```)
7+
* https://github.com/Azure/azure-iot-sdks/tree/master/c/serializer (```inc``` and ```src```)

0 commit comments

Comments
 (0)