library.properties 602 B

123456789
  1. name=PubSubClient
  2. version=2.6
  3. author=Nick O'Leary <nick.oleary@gmail.com>
  4. maintainer=Nick O'Leary <nick.oleary@gmail.com>
  5. sentence=A client library for MQTT messaging.
  6. 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.
  7. category=Communication
  8. url=http://pubsubclient.knolleary.net
  9. architectures=*