rx-mqtt-paho

null

License

License

GroupId

GroupId

br.com.thiaguten
ArtifactId

ArtifactId

rx-mqtt-paho
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

rx-mqtt-paho
null
Project URL

Project URL

https://github.com/thiaguten/rx-mqtt
Source Code Management

Source Code Management

https://github.com/thiaguten/rx-mqtt

Download rx-mqtt-paho

How to add to project

<!-- https://jarcasting.com/artifacts/br.com.thiaguten/rx-mqtt-paho/ -->
<dependency>
    <groupId>br.com.thiaguten</groupId>
    <artifactId>rx-mqtt-paho</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.thiaguten/rx-mqtt-paho/
implementation 'br.com.thiaguten:rx-mqtt-paho:0.2.0'
// https://jarcasting.com/artifacts/br.com.thiaguten/rx-mqtt-paho/
implementation ("br.com.thiaguten:rx-mqtt-paho:0.2.0")
'br.com.thiaguten:rx-mqtt-paho:jar:0.2.0'
<dependency org="br.com.thiaguten" name="rx-mqtt-paho" rev="0.2.0">
  <artifact name="rx-mqtt-paho" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.thiaguten', module='rx-mqtt-paho', version='0.2.0')
)
libraryDependencies += "br.com.thiaguten" % "rx-mqtt-paho" % "0.2.0"
[br.com.thiaguten/rx-mqtt-paho "0.2.0"]

Dependencies

compile (2)

Group / Artifact Type Version
br.com.thiaguten : rx-mqtt-api jar 0.2.0
org.eclipse.paho : org.eclipse.paho.client.mqttv3 jar 1.2.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.20.1
org.assertj : assertj-core jar 3.10.0

Project Modules

There are no modules declared in this project.

RxMQTT

Build Status Coverage Status Maven Central Javadocs License

Basically, this project has two modules:

  • RxMQTT API
  • RxMQTT Paho

RxMQTT API is a set of interfaces that was built on top of RxJava for composing asynchronous and event-based programs by using observable sequences. These interfaces define a higher abstraction for implementations.

RxMQTT Paho is the implementation of RxMQTT API that was built on top of Eclipse Paho Java Client framework to handle MQTT messages.

For more informations, see the Wiki Page.


Installation

Maven:

<dependency>
    <groupId>br.com.thiaguten</groupId>
    <artifactId>rx-mqtt-paho</artifactId>
    <version>${version}</version>
</dependency>

Gradle:

compile "br.com.thiaguten:rx-mqtt-paho:$version"

Todos

  • Write javadocs

Versions

Version
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0