You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**MQTT library for arduino based on the Eclipse Paho projects*
4
4
5
-
This library bundles the [Embedded MQTT C/C++ Client](https://eclipse.org/paho/clients/c/embedded/) library of the eclipse paho project and adds a thin wrapper to get an Arduino like API.
5
+
This library bundles the [Embedded MQTT C/C++ Client](https://eclipse.org/paho/clients/c/embedded/) library of the Eclipse Paho project and adds a thin wrapper to get an Arduino like API. Additionally there is an drop-in alternative for the Arduino Yùn that uses a python based client on the linux processor and a binary interface to lower resources usage on the Arduino side.
6
6
7
7
The first release of the library only supports QoS0 and the basic features to get going. In the next releases more of the features will be available.
8
8
@@ -16,52 +16,8 @@ This library is an alternative to the [pubsubclient](https://github.com/knollear
16
16
17
17
This library has been only tested on the **Arduino Yùn** yet. Other boards and shields should work if they properly extend the Client API.
paragraph=This library bundles the Embedded MQTT C/C++ Client library of the eclipse paho project and adds a thin wrapper to get an Arduino like API.
5
+
sentence=MQTT library for arduino based on the Eclipse Paho projects.
6
+
paragraph=This library bundles the Embedded MQTT C/C++ Client library of the Eclipse Paho project and adds a thin wrapper to get an Arduino like API. Additionally there is an drop-in alternative for the Arduino Yùn that uses a python based client on the linux processor and a binary interface to lower resources usage on the Arduino side.
0 commit comments