Skip to content
This repository was archived by the owner on Feb 28, 2022. It is now read-only.

ucloud/iotstack-device-sdk-c

Repository files navigation

IOT-STACK设备端C-SDK

IOT-STACK设备端C-SDK主要用于提供设备调用的API,实现设备与IOT-STACK平台通信以及一些其它的辅助功能。

C语言版SDK可在不同的操作系统上运行,如Linux、FreeRTOS等。SDK需要OS或硬件支持的操作被定义为一系列HAL函数。目前,C-SDK已经实现了Linux、Freertos环境的HAL,其他嵌入式RTOS及特定硬件平台需用户自行适配。

目录结构

  • external_libs - 第三方软件包组件,包括mbedTLS库、gtest库等
  • platform - 平台相关代码
  • samples - 应用示例
  • src - SDK核心通信协议及功能模块
  • tests - 测试用例
  • tools - 配置及脚本文件

编译支持

  • GNU Make
  • CMake

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages