Files
TencentOS-tiny/components/connectivity/iotkit-embedded-3.0.1/3rdparty/src/coap/client
dcxajichu 8c24d921b0 support aliyun sdk on TencentOS tiny
sample: examples\aliyun_iotkit_csdk_mqtt
project: board\TencentOS_tiny_EVB_MX_Plus\KEIL\aliyun_iotkit_csdk_mqtt
2019-10-31 16:36:28 +08:00
..
2019-10-31 16:36:28 +08:00

README.md: coap cloud

Contents

.
├── aos.mk
├── Cloud_CoAPDeserialize.h
├── Cloud_CoAPExport.h
├── Cloud_CoAPMessage.h
├── Cloud_CoAPNetwork.h
├── Cloud_CoAPPlatform.h
├── Cloud_CoAPSerialize.h
├── CMakeLists.txt
├── CoAPDeserialize.c
├── CoAPExport.c
├── CoAPMessage.c
├── CoAPNetwork.c
├── CoAPSerialize.c
├── Config.in
├── iot.mk
├── iotx_ca_cert.c
└── iotx_coap_api.c

Introduction

Implementation of coap protocol and special customization for connecting alicloud iot platform

Features

Dependencies

  • hal. osal and hal to shield different os and hardware
  • infra. Authentication, net and so on tool set.

API

Please refer to coap api for API details.

Reference

Please refer to coap connect for example details.