README.md

    IoT Subsystem

    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

    项目简介

    三方SDK集成编译框架

    发行版本

    当前项目没有发行版本

    贡献者 6

    开发语言

    • C 100.0 %