SDK Architecture

Last Updated on : 2022-11-24 09:19:57download

This topic describes the architecture of the Beacon SDK.

Block diagram

SDK Architecture

Architecture description

Layer Description
Application Includes all files to implement applications.
Components Includes the core components of Tuya Beacon stack.
  • ty_xxtea used for encryption.
  • ty_base64 used for decoding the base64-encoded data.
  • ty_beacon used for running the Beacon communication protocol.
Board Includes the SDK provided by the chip manufacturer as well as the adaptation files for integrating with Tuya IoT Development Platform.

SDK directory

SDK Architecture