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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# arduino-mqtt
2
2
3
-
**MQTT library for arduino based on the Eclipse Paho projects*
3
+
**MQTT library for arduino based on the Eclipse Paho projects**
4
4
5
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
@@ -18,6 +18,6 @@ This library has been only tested on the **Arduino Yùn** yet. Other boards and
18
18
19
19
## Examples
20
20
21
-
-[Example using the standard MQTTClient]().
22
-
-[Example using the alternative YunMQTTClient]().
23
-
-[Sketch to install the YunMQTTClient python client script]().
21
+
-[Example using the standard MQTTClient](https://github.com/256dpi/arduino-mqtt/blob/master/examples/MQTTClient/MQTTClient.ino).
22
+
-[Example using the alternative YunMQTTClient](https://github.com/256dpi/arduino-mqtt/blob/master/examples/YunMQTTClient/YunMQTTClient.ino).
23
+
-[Sketch to install the YunMQTTClient python client script](https://github.com/256dpi/arduino-mqtt/tree/master/examples/YunMQTTInstall/YunMQTTInstall.ino).
0 commit comments