Tidy up more api and examples

This commit is contained in:
Nick O'Leary
2015-08-28 11:21:52 +01:00
parent 8e7e99cb8d
commit fa5b7f75d1
8 changed files with 696 additions and 511 deletions

View File

@@ -0,0 +1,9 @@
name=PubSubClient
version=2.0
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.net/arduino-client-for-mqtt/
architectures=*