You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-17Lines changed: 1 addition & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,18 +33,6 @@ Visit [Azure IoT Dev Center][iot-dev-center] to learn more about developing appl
33
33
| SDK Options |:large_orange_diamond:|:large_orange_diamond:|:large_orange_diamond:|:large_orange_diamond:|:large_orange_diamond:| Set SDK options for proxy settings, client version string, polling time, specify TrustedCert for IoT hub, Network interface selection, C2D keep alive. |
34
34
| Device Provisioning Service |:large_orange_diamond:|:large_orange_diamond:|:large_orange_diamond:|:large_orange_diamond:|:large_orange_diamond:||
35
35
36
-
## How to clone the repository
37
-
The repository is using [GitHub Submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) for its dependencies. In order to automatically clone these submodules, you need to use the --recursive option as described here:
If you have downloaded the zip instead of cloning the repository, you will need to run the following command to restore submodules:
44
-
```
45
-
git submodule update --init --recursive
46
-
```
47
-
48
36
## How to use the Azure IoT SDKs for Python
49
37
Devices and data sources in an IoT solution can range from a simple network-connected sensor to a powerful, standalone computing device. Devices may have limited processing capability, memory, communication bandwidth, and communication protocol support. The IoT device SDKs enable you to implement client applications for a wide variety of devices.
50
38
***Using PyPI package on Windows, Linux (Ubuntu) or Raspberry Pi**: the simplest way to use the Azure IoT SDK for Python to develop device apps on Windows is to leverage the PyPI package which you can install following these [instructions][PyPI-install-instructions].
@@ -99,7 +87,7 @@ Here is what you can expect Microsoft Support to be able to help with:
99
87
*[Setup IoT Hub][setup-iothub]
100
88
101
89
## SDK folder structure
102
-
[ATTN:CONTENT REQUIRED - please provide descriptions and check those provided (they were largely based on the descriptions in the c SDK)]
90
+
[ATTN:CONTENT REQUIRED - please provide descriptions and check those provided (they were largely based on the descriptions in the c SDK)]
103
91
104
92
### /build_all
105
93
@@ -109,10 +97,6 @@ This folder contains platform-specific build scripts for the client libraries an
109
97
110
98
Contains Azure IoT Hub client components that provide the raw messaging capabilities of the library. Refer to the API documentation and samples for information on how to use it.
111
99
112
-
* iothub_client_python: contains C source of the Python extension module. This module wraps the IoT Hub C SDK as extension module for Python. The C extension interface is specific to Boost Python and it does not work on other implementations.
113
-
* samples: contains simple sample Python applications excercising basic features using AMQP, MQTT and HTTP.
114
-
* tests: contains Python C extension module unit tests. The unit tests exercise a mocked Python extension module to test the Python interface.
115
-
116
100
### /doc
117
101
118
102
This folder contains application development guides and device setup instructions.
0 commit comments