Re-layout project to match Arduino Library reqs

This commit is contained in:
Nick O'Leary
2015-09-07 22:56:53 +01:00
parent da87f50b98
commit 5ace47bc93
11 changed files with 3 additions and 1 deletions

9
library.properties Normal file
View File

@ -0,0 +1,9 @@
name=PubSubClient
version=2.2
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 from a remote server. 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 and ESP8266.
category=Communication
url=http://knolleary.github.io/pubsubclient/
architectures=*