Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuya/tuya-iotos-embedded-gw-product-test-sdk
Tuya Embedded Gateway Product Test Software Development Kit
https://github.com/tuya/tuya-iotos-embedded-gw-product-test-sdk
tuya
Last synced: about 1 month ago
JSON representation
Tuya Embedded Gateway Product Test Software Development Kit
- Host: GitHub
- URL: https://github.com/tuya/tuya-iotos-embedded-gw-product-test-sdk
- Owner: tuya
- Created: 2021-01-14T09:00:22.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T07:02:18.000Z (almost 4 years ago)
- Last Synced: 2024-10-23T22:18:08.501Z (2 months ago)
- Topics: tuya
- Language: C
- Homepage:
- Size: 270 KB
- Stars: 1
- Watchers: 14
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Tuya Embedded Gateway Testing SDK
[English version](README.md) | [中文版](README_cn.md)
## Introduction
### Directory
```shell
.
├── CHANGE_LOG.md
├── Makefile
├── README.md
├── demo
│ └── demo.c
└── sdk
├── include
│ ├── tuya_prod_test.h
│ └── tuya_testframe_handle.h
└── lib
├── shared
│ ├── libtuya_prodtest.so
│ └── libtuya_prodtest.so.stripped
└── static
├── libtuya_prodtest.a
└── libtuya_prodtest.a.stripped
```### Library
This SDK provides the dynamic library, static library, strip library. And the static library is selected by default.
## Getting started
* Command for local compilation:
```
make
```
* Command for local clear:```
make clean
```
* The path of the executable file:`output/bin`
## Demo reference
Please see the `demo` directory for details.
## Technical support
- [Tuya Developer](https://developer.tuya.com/en/)
- [Tuya Smart Documentation](https://developer.tuya.com/en/docs/iot)
- [Technical ticket](https://service.console.tuya.com)