mirror of
https://github.com/openharmony/iot_link.git
synced 2026-06-29 13:50:50 -04:00
master
Merge pull request !8 from zgit2021/0329m
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
Description
Languages
C
100%