-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add package key-value by enable and github name
- Loading branch information
Ernest
committed
Nov 11, 2019
1 parent
b4906e5
commit f39adc0
Showing
150 changed files
with
450 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,15 @@ | |
"name": "NimBLE", | ||
"description": "An Apache open-source Bluetooth 5.0 stack porting on RT-Thread", | ||
"description_zh": "Apache 开源蓝牙 5.0 协议栈在 RT-Thread 的移植", | ||
"enable": "PKG_USING_NIMBLE", | ||
"keywords": [ | ||
"NimBLE" | ||
], | ||
"category": "iot", | ||
"author": { | ||
"name": "RealThread", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"github": "RT-Thread-packages" | ||
}, | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/RT-Thread-packages/nimble", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
"name": "WebTerminal", | ||
"description": "Terminal runs in a Web browser", | ||
"description_zh": "可以在浏览器上运行的终端", | ||
"enable": "PKG_USING_WEBTERMINAL", | ||
"keywords": [ | ||
"Embedded", | ||
"Web", | ||
|
@@ -12,7 +13,8 @@ | |
"category": "iot", | ||
"author": { | ||
"name": "armink", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"github": "armink" | ||
}, | ||
"license": "unknown", | ||
"repository": "https://github.com/armink-rtt-pkgs/WebTerminal", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,16 @@ | |
"name": "rw007", | ||
"description": "RW007 (SPI Wi-Fi module) driver for RT-Thread", | ||
"description_zh": "RT-Thread 的 RW007 驱动(SPI Wi-Fi 模式)", | ||
"enable": "PKG_USING_RW007", | ||
"keywords": [ | ||
"rw007", | ||
"wifi" | ||
], | ||
"category": "iot/WiFi", | ||
"author": { | ||
"name": "RealThread", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"github": "RT-Thread-packages" | ||
}, | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/RT-Thread-packages/rw007", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,16 @@ | |
"name": "wlan_wiced", | ||
"description": "wlan driver from WICED", | ||
"description_zh": "WICED 的 wlan 驱动", | ||
"enable": "PKG_USING_WLAN_WICED", | ||
"keywords": [ | ||
"bcm43362", | ||
"bcm43438" | ||
], | ||
"category": "iot/WiFi", | ||
"author": { | ||
"name": "RealThread", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"github": "RT-Thread-packages" | ||
}, | ||
"license": "GPL-2.0", | ||
"repository": "https://github.com/RT-Thread-packages/wlan-wiced", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,16 @@ | |
"name": "wlanmarvell", | ||
"description": "Marvell WiFi driver for rt-thread", | ||
"description": "RT-Thread 的 Marvell wifi 驱动", | ||
"enable": "PKG_USING_WLANMARVELL", | ||
"keywords": [ | ||
"88w8782", | ||
"88w8801" | ||
], | ||
"category": "iot/WiFi", | ||
"author": { | ||
"name": "JianRuiqian", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"github": "JianRuiqian" | ||
}, | ||
"license": "GPL-2.0", | ||
"repository": "https://github.com/JianRuiqian/marvellwifi", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,15 @@ | |
"name": "airkissOpen", | ||
"description": "Tencent Airkiss Protocol parse library", | ||
"description_zh": "腾讯airkiss协议解析库", | ||
"enable": "PKG_USING_AIRKISSOPEN", | ||
"keywords": [ | ||
"airkiss" | ||
], | ||
"category": "iot", | ||
"author": { | ||
"name": "heyuanjie87", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"github": "heyuanjie87" | ||
}, | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/heyuanjie87/airkissOpen", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,15 @@ | |
"name": "at_device", | ||
"description": "AT component porting or samples for different devices", | ||
"description_zh": "AT 组件在不同设备上的移植或示例", | ||
"enable": "PKG_USING_AT_DEVICE", | ||
"keywords": [ | ||
"at_device" | ||
], | ||
"category": "iot", | ||
"author": { | ||
"name": "RealThread", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"github": "RT-Thread-packages" | ||
}, | ||
"license": "LGPL-2.1", | ||
"repository": "https://github.com/RT-Thread-packages/at_device", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,15 @@ | |
"name": "atsrv_socket", | ||
"description": "AT server with socket commands", | ||
"description_zh": "socket 相关指令的 AT 服务端", | ||
"enable": "PKG_USING_ATSRV_SOCKET", | ||
"keywords": [ | ||
"atsrv_socket" | ||
], | ||
"category": "iot", | ||
"author": { | ||
"name": "RealThread", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"github": "RT-Thread-packages" | ||
}, | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/RT-Thread-packages/atsrv_socket", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,15 @@ | |
"name": "cJSON", | ||
"description": "Ultralightweight JSON parser in ANSI C", | ||
"description_zh": "超轻量级的 C 语言 json 解析库", | ||
"enable": "PKG_USING_CJSON", | ||
"keywords": [ | ||
"cJSON" | ||
], | ||
"category": "iot", | ||
"author": { | ||
"name": "RealThread", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"github": "RT-Thread-packages" | ||
}, | ||
"license": "MIT", | ||
"repository": "https://github.com/RT-Thread-packages/cJSON", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,15 @@ | |
"name": "coap", | ||
"description": "A C implementation of the Constrained Application Protocol", | ||
"description_zh": "一种 C 语言实现的 CoAP 协议", | ||
"enable": "PKG_USING_COAP", | ||
"keywords": [ | ||
"coap" | ||
], | ||
"category": "iot", | ||
"author": { | ||
"name": "RealThread", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"github": "RT-Thread-packages" | ||
}, | ||
"license": "BSD-2-Clause", | ||
"repository": "https://github.com/RT-Thread-packages/coap", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,15 @@ | |
"name": "dlt645", | ||
"description": "dlt645 master package", | ||
"description_zh": "基于DLT645协议的主机采集软件包", | ||
"enable": "PKG_USING_DLT645", | ||
"keywords": [ | ||
"dlt645" | ||
], | ||
"category": "iot", | ||
"author": { | ||
"name": "WKJay", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"github": "WKJay" | ||
}, | ||
"license": "LGPL-2.1", | ||
"repository": "https://github.com/WKJay/DLT645", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,15 @@ | |
"name": "ezXML", | ||
"description": "An XML parser C library that's simple and easy to use", | ||
"description_zh": "一个用 C 语言描述的 XML 解析库,并且简单易用", | ||
"enable": "PKG_USING_EZXML", | ||
"keywords": [ | ||
"ezXML" | ||
], | ||
"category": "iot", | ||
"author": { | ||
"name": "RealThread", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"github": "RT-Thread-packages" | ||
}, | ||
"license": "MIT", | ||
"repository": "https://github.com/RT-Thread-packages/ezXML", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,16 @@ | |
"name": "freemodbus", | ||
"description": "FreeModbus: Modbus master and slave stack.", | ||
"description_zh": "FreeModbus: 开源的 Modbus 主从协议栈", | ||
"enable": "PKG_USING_FREEMODBUS", | ||
"keywords": [ | ||
"freemodbus", | ||
"modbus" | ||
], | ||
"category": "iot", | ||
"author": { | ||
"name": "flybreak", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"github": "flybreak" | ||
}, | ||
"license": "BSD", | ||
"repository": "https://github.com/RT-Thread-packages/freemodbus", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,15 @@ | |
"name": "GAgent", | ||
"description": "GAgent of Gizwits on RT-Thread", | ||
"description_zh": "连接机智云的软件包", | ||
"enable": "PKG_USING_GAGENT", | ||
"keywords": [ | ||
"GAgent" | ||
], | ||
"category": "iot/iot_cloud", | ||
"author": { | ||
"name": "RealThread", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"github": "RT-Thread-packages" | ||
}, | ||
"license": "LGPL-2.1", | ||
"repository": "https://github.com/RT-Thread-packages/GAgent", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,15 @@ | |
"name": "ali-iotkit", | ||
"description": "Ali Cloud SDK for IoT platform", | ||
"description_zh": "连接阿里 IoT 云平台的软件包", | ||
"enable": "PKG_USING_ALI-IOTKIT", | ||
"keywords": [ | ||
"ali_iotkit" | ||
], | ||
"category": "iot/iot_cloud", | ||
"author": { | ||
"name": "RealThread", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"github": "RT-Thread-packages" | ||
}, | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/RT-Thread-packages/ali-iotkit", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,15 @@ | |
"name": "azure-iot-sdk", | ||
"description": "Microsoft azure cloud SDK for RT-Thread", | ||
"description_zh": "微软 azure 云软件包,支持 MQTT 协议和 HTTP 协议,使用该软件包可轻松将设备连接至 azure 云平台", | ||
"enable": "PKG_USING_AZURE-IOT-SDK", | ||
"keywords": [ | ||
"azure-iot-sdk" | ||
], | ||
"category": "iot/iot_cloud", | ||
"author": { | ||
"name": "RealThread", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"github": "RT-Thread-packages" | ||
}, | ||
"license": "MIT", | ||
"repository": "https://github.com/RT-Thread-packages/azure-iot-sdk", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,15 @@ | |
"name": "jiot-c-sdk", | ||
"description": "JIGUANG IoT cloud client sdk for RT-Thread", | ||
"description_zh": "连接极光IoT云的客户端软件包", | ||
"enable": "PKG_USING_JIOT-C-SDK", | ||
"keywords": [ | ||
"jiot-c-sdk" | ||
], | ||
"category": "iot/iot_cloud", | ||
"author": { | ||
"name": "ouyangshengduo", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"github": "ouyangshengduo" | ||
}, | ||
"license": "MIT", | ||
"repository": "https://github.com/jpush/JIoT-rtthread-package.git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,15 @@ | |
"name": "onenet", | ||
"description": "China Mobile OneNet cloud SDK for RT-Thread", | ||
"description_zh": "连接中国移动 OneNet 云的软件包", | ||
"enable": "PKG_USING_ONENET", | ||
"keywords": [ | ||
"onenet" | ||
], | ||
"category": "iot/iot_cloud", | ||
"author": { | ||
"name": "RealThread", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"github": "RT-Thread-packages" | ||
}, | ||
"license": "LGPL-2.1", | ||
"repository": "https://github.com/RT-Thread-packages/onenet", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
{ | ||
"name": "tencent-iot-sdk", | ||
"description": "Tencent Cloud IOT SDK for iot_hub and iot_explorer platform", | ||
"enable": "PKG_USING_TENCENT-IOT-SDK", | ||
"keywords": [ | ||
"tencent-iot-sdk" | ||
], | ||
"category": "iot/iot_cloud", | ||
"author": { | ||
"name": "yougaliu", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"github": "yougaliu" | ||
}, | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/tencentyun/tencent-cloud-iot-package-for-rtthread", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,15 @@ | |
"name": "ipmsg", | ||
"description": "A LAN instant messaging implement in RT-Thread", | ||
"description_zh": "在 RT-Thread 上实现的 飞鸽传书", | ||
"enable": "PKG_USING_IPMSG", | ||
"keywords": [ | ||
"ipmsg" | ||
], | ||
"category": "iot", | ||
"author": { | ||
"name": "heyuanjie87", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"github": "heyuanjie87" | ||
}, | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/heyuanjie87/ipmsg", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,15 @@ | |
"name": "jsmn", | ||
"description": "Jsmn is a world fastest JSON parser/tokenizer", | ||
"description_zh": "世界上最快 JSON 解析器或标记器", | ||
"enable": "PKG_USING_JSMN", | ||
"keywords": [ | ||
"jsmn" | ||
], | ||
"category": "iot", | ||
"author": { | ||
"name": "RealThread", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"github": "RT-Thread-packages" | ||
}, | ||
"license": "MIT", | ||
"repository": "https://github.com/RT-Thread-packages/jsmn", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,15 @@ | |
"name": "libmodbus", | ||
"description": "a libmodbus package for rt-thread", | ||
"description_zh": "libmodbus在RT-Thread上的移植", | ||
"enable": "PKG_USING_LIBMODBUS", | ||
"keywords": [ | ||
"libmodbus" | ||
], | ||
"category": "iot", | ||
"author": { | ||
"name": "malongwei", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"github": "malongwei" | ||
}, | ||
"license": "LGPL-2.1", | ||
"repository": "https://github.com/loogg/libmodbus", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,15 @@ | |
"name": "librws", | ||
"description": "Tiny, cross platform websocket client C library.", | ||
"description_zh": "小型、跨平台websocket客户端C库。", | ||
"enable": "PKG_USING_LIBRWS", | ||
"keywords": [ | ||
"librws" | ||
], | ||
"category": "iot", | ||
"author": { | ||
"name": "RealThread", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"github": "RT-Thread-packages" | ||
}, | ||
"license": "MIT", | ||
"repository": "https://github.com/RT-Thread-packages/librws", | ||
|
Oops, something went wrong.