tried to support aliot again(untested)
This commit is contained in:
25
lib/aliyun_iot_sdk/library.json
Normal file
25
lib/aliyun_iot_sdk/library.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "AliyunIoTSDK",
|
||||
"keywords": "ethernet, aliyun, mqtt, m2m, iot",
|
||||
"description": "A toplevel client library for aliyun MQTT messaging. 此库可以帮助你快速连接阿里云 IoT 平台,通过和阿里云物联网开发平台配合,可快速实现各种硬件应用,包括了很上层的封装,无需自己解析数据体,绑定事件即可。",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/xinyu198736/AliyunIoTSDK-Esp8266"
|
||||
},
|
||||
"version": "0.3",
|
||||
"examples": "examples/*/*.ino",
|
||||
"frameworks": "arduino",
|
||||
"platforms": ["espressif8266", "espressif32"],
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "PubSubClient",
|
||||
"platforms": ["espressif8266", "espressif32"]
|
||||
},
|
||||
{
|
||||
"name": "ArduinoJson"
|
||||
},
|
||||
{
|
||||
"name": "Crypto"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user