
【主 题】:添加库文件 【描 述】: [原因]: [过程]: [影响]: 【结 束】 # 类型 包含: # feat:新功能(feature) # fix:修补bug # docs:文档(documentation) # style: 格式(不影响代码运行的变动) # refactor:重构(即不是新增功能,也不是修改bug的代码变动) # test:增加测试 # chore:构建过程或辅助工具的变动
10 lines
602 B
INI
10 lines
602 B
INI
name=PubSubClient
|
|
version=2.8
|
|
author=Nick O'Leary <nick.oleary@gmail.com>
|
|
maintainer=Nick O'Leary <nick.oleary@gmail.com>
|
|
sentence=A client library for MQTT messaging.
|
|
paragraph=MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages. It supports the latest MQTT 3.1.1 protocol and can be configured to use the older MQTT 3.1 if needed. It supports all Arduino Ethernet Client compatible hardware, including the Intel Galileo/Edison, ESP8266 and TI CC3000.
|
|
category=Communication
|
|
url=http://pubsubclient.knolleary.net
|
|
architectures=*
|