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
+24-3Lines changed: 24 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,30 @@
1
1
# Simple MQTT Client in Java [](https://travis-ci.org/ltg-uic/simple-java-mqtt-client)
2
-
3
2
A simple asynchronous MQTT client written in Java.
4
3
5
-
## Hello world
4
+
## Download
5
+
You can either download the zip file from the releases on Github [here](https://github.com/ltg-uic/simple-java-mqtt-client/releases) or use Maven. If you are using Maven, add the following to your project `pom.xml` file.
For a complete example see `MQTTClientDemo.java` in `ltg.commons.examples`.
37
58
38
59
# Important note
39
-
This library is based off of a fixed version of the [Eclipse Paho java library](http://www.eclipse.org/paho/clients/java/).
60
+
This library is based off of a fixed version of the [Eclipse Paho java library](http://www.eclipse.org/paho/clients/java/). Hopefully they will fix their broken Maven repo and release system one day.
0 commit comments