# iot_link **Repository Path**: zgit2021/iot_link ## Basic Information - **Project Name**: iot_link - **Description**: Compilation framework for third-party SDK integration | 三方SDK集成编译框架 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 63 - **Created**: 2022-03-29 - **Last Updated**: 2022-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IoT Subsystem - [Introduction](#section11660541593) - [Directory Structure](#section1464106163817) - [Repositories Involved](#section1718733212019) ## Introduction The IoT subsystem provides samples for integrating third-party SDKs. ## Directory Structure ``` domains/iot/ # IoT subsystem └── link ├── BUILD.gn # Build script ├── demolink # Code for adapting third-party APIs to OpenHarmony │ ├── BUILD.gn │ ├── demosdk_adapter.c │ └── demosdk_adapter.h └── libbuild # Code for building third-party SDKs ├── BUILD.gn ├── demosdk.c └── demosdk.h ``` ## Repositories Involved iot\_link