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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
Direct-connected devices connect directly to the SmartThings cloud. The SDK for Direct Connected Devices is equipped to manage all MQTT topics and onboarding requirements, freeing you to focus on the actions and attributes of your device. To facilitate the development of device application in an original chipset SDK, the core device library and the examples were separated into two git repositories. That is, if you want to use the core device library in your original chipset SDK that installed before, you may simply link it to develop a device application in your existing development environment.
6
6
7
-
It is distributed in source form and written in C99 for the purpose of portability to most platforms. If you want to know the overall workflow of using this SDK, please refer to the [Getting Started](https://github.com/SmartThingsCommunity/st-device-sdk-c-ref/blob/master/doc/getting_started.md).
7
+
It is distributed in source form and written in C99 for the purpose of portability to most platforms. If you want to know the overall workflow of using this SDK, please refer to the [Getting Started](./doc/getting_started.md).
8
8
9
9
## Directory layout
10
10
@@ -13,7 +13,7 @@ The reference git is delivered via the following directory structure :
13
13
-`apps` : sample device applications for each chipset
14
14
-`bsp` : An original chipset vendor's SDK is located. If you use a chipset that has already been ported, this vendor's SDK can be easily downloaded as a submodule in this directory through the predefined script(e.g. `setup.py`).
15
15
-`doc` : documents
16
-
-`iot-core` : [IoT core device library](https://github.com/SmartThingsCommunity/st-device-sdk-c). It can also be downloaded as a submodule in this directory through the predefined script(e.g. `setup.py`).
16
+
-`iot-core` : [IoT core device library](https://github.com/SmartThingsCommunity/st-device-sdk-c/tree/release/v1.4). It can also be downloaded as a submodule in this directory through the predefined script(e.g. `setup.py`).
17
17
-`output` : build outputs will be placed
18
18
-`patches` : patches to be applied in the original chipset vendor's SDK for resolving some problems
19
19
-`tools` : scripts to be applied for each chipset
@@ -61,7 +61,7 @@ Basically, this release builds on the environments of chipset vendor's SDKs.
61
61
- And then, run the `setup.py` to automatically download submodules to the `bsp` directory. At this time, the IoT core device library is also downloaded to the `iot-core` directory.
Copy file name to clipboardExpand all lines: apps/emw3166/light_example/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ SmartThings direct-connected device is Wi-Fi enabled device that uses the SmartT
6
6
7
7
## Getting started
8
8
9
-
For information on detailed workflow, please refer to the [Getting Started](https://github.com/SmartThingsCommunity/st-device-sdk-c-ref/blob/master/doc/getting_started.md)
9
+
For information on detailed workflow, please refer to the [Getting Started](../../../doc/getting_started.md)
Copy file name to clipboardExpand all lines: apps/emw3166/switch_example/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ SmartThings direct-connected device is Wi-Fi enabled device that uses the SmartT
6
6
7
7
## Getting started
8
8
9
-
For information on detailed workflow, please refer to the [Getting Started](https://github.com/SmartThingsCommunity/st-device-sdk-c-ref/blob/master/doc/getting_started.md)
9
+
For information on detailed workflow, please refer to the [Getting Started](../../../doc/getting_started.md)
Copy file name to clipboardExpand all lines: apps/esp32/light_example/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ SmartThings direct-connected device is Wi-Fi enabled device that uses the SmartT
6
6
7
7
## Getting started
8
8
9
-
For information on detailed workflow, please refer to the [Getting Started](https://github.com/SmartThingsCommunity/st-device-sdk-c-ref/blob/master/doc/getting_started.md)
9
+
For information on detailed workflow, please refer to the [Getting Started](../../../doc/getting_started.md)
Copy file name to clipboardExpand all lines: apps/esp32/switch_example/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ SmartThings direct-connected device is Wi-Fi enabled device that uses the SmartT
6
6
7
7
## Getting started
8
8
9
-
For information on detailed workflow, please refer to the [Getting Started](https://github.com/SmartThingsCommunity/st-device-sdk-c-ref/blob/master/doc/getting_started.md)
9
+
For information on detailed workflow, please refer to the [Getting Started](../../../doc/getting_started.md)
Copy file name to clipboardExpand all lines: apps/rtl8195/light_example/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ SmartThings direct-connected device is Wi-Fi enabled device that uses the SmartT
6
6
7
7
## Getting started
8
8
9
-
For information on detailed workflow, please refer to the [Getting Started](https://github.com/SmartThingsCommunity/st-device-sdk-c-ref/blob/master/doc/getting_started.md)
9
+
For information on detailed workflow, please refer to the [Getting Started](../../../doc/getting_started.md)
Copy file name to clipboardExpand all lines: apps/rtl8195/switch_example/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ SmartThings direct-connected device is Wi-Fi enabled device that uses the SmartT
6
6
7
7
## Getting started
8
8
9
-
For information on detailed workflow, please refer to the [Getting Started](https://github.com/SmartThingsCommunity/st-device-sdk-c-ref/blob/master/doc/getting_started.md)
9
+
For information on detailed workflow, please refer to the [Getting Started](../../../doc/getting_started.md)
Copy file name to clipboardExpand all lines: apps/rtl8720c/switch_example/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ SmartThings direct-connected device is Wi-Fi enabled device that uses the SmartT
6
6
7
7
## Getting started
8
8
9
-
For information on detailed workflow, please refer to the [Getting Started](https://github.com/SmartThingsCommunity/st-device-sdk-c-ref/blob/master/doc/getting_started.md)
9
+
For information on detailed workflow, please refer to the [Getting Started](../../../doc/getting_started.md)
Copy file name to clipboardExpand all lines: apps/rtl8721c/light_example/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ SmartThings direct-connected device is Wi-Fi enabled device that uses the SmartT
6
6
7
7
## Getting started
8
8
9
-
For information on detailed workflow, please refer to the [Getting Started](https://github.com/SmartThingsCommunity/st-device-sdk-c-ref/blob/master/doc/getting_started.md)
9
+
For information on detailed workflow, please refer to the [Getting Started](../../../doc/getting_started.md)
Copy file name to clipboardExpand all lines: apps/rtl8721c/switch_example/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ SmartThings direct-connected device is Wi-Fi enabled device that uses the SmartT
6
6
7
7
## Getting started
8
8
9
-
For information on detailed workflow, please refer to the [Getting Started](https://github.com/SmartThingsCommunity/st-device-sdk-c-ref/blob/master/doc/getting_started.md)
9
+
For information on detailed workflow, please refer to the [Getting Started](../../../doc/getting_started.md)
0 commit comments