
sample: examples\aliyun_iotkit_csdk_mqtt project: board\TencentOS_tiny_EVB_MX_Plus\KEIL\aliyun_iotkit_csdk_mqtt
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.