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.rst
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,34 @@ Python Client for ClearBlade IoT Core API
3
3
4
4
Quick start
5
5
-----------
6
-
**Note: This SDK is for use with ClearBlade IoT Core and NOT ClearBlade IoT Enterprise. The Python SDK for ClearBlade IoT Enterprise can be found here: https://github.com/ClearBlade/ClearBlade-Python-SDK/.**
6
+
**Notes**
7
7
8
-
To use this library, you first need to go through the following steps:
8
+
1. This SDK is for use with ClearBlade IoT Core Standard and ClearBlade IoT Core Enterprise.
9
+
10
+
2. ClearBlade IoT **Core** Enterprise is DIFFERENT from ClearBlade IoT Enterprise!!!
11
+
12
+
3. If you are using ClearBlade but not using ClearBlade IoT Core (Standard or Enterprise), then you need a different SDK that can be found `here <https://github.com/ClearBlade/ClearBlade-Python-SDK>`_.
13
+
14
+
4. To understand how IoT Core Enterprise differs from Standard, look `here <https://docs.clearblade.com/iotenterprise/iot-core>`_.
15
+
16
+
17
+
18
+
To use this SDK, you first need to go through the following steps:
2. Set an environment variable **CLEARBLADE_CONFIGURATION**, pointing to your ClearBlade service account JSON file. Look `here`_ for how to create a service account and download a credentials JSON file.
22
+
2. Set an environment variable **CLEARBLADE_CONFIGURATION**, pointing to your ClearBlade service account JSON file (see below).
13
23
14
24
3. Optionally set an environment variable **BINARYDATA_AND_TIME_GOOGLE_FORMAT** to True. Look at **Note about types of times and binaryData** below for details.
0 commit comments