Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiaguten/rx-mqtt
RxMQTT is a library for handle MQTT messages and for composing asynchronous and event-based operations by using observable sequences.
https://github.com/thiaguten/rx-mqtt
iot mqtt mqtt-client paho-mqtt rx-mqtt rxjava2
Last synced: 2 months ago
JSON representation
RxMQTT is a library for handle MQTT messages and for composing asynchronous and event-based operations by using observable sequences.
- Host: GitHub
- URL: https://github.com/thiaguten/rx-mqtt
- Owner: thiaguten
- License: apache-2.0
- Archived: true
- Created: 2017-12-08T14:56:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T20:13:30.000Z (over 6 years ago)
- Last Synced: 2024-11-18T14:07:01.274Z (2 months ago)
- Topics: iot, mqtt, mqtt-client, paho-mqtt, rx-mqtt, rxjava2
- Language: Java
- Homepage:
- Size: 202 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RxMQTT
[![Build Status](https://travis-ci.org/thiaguten/rx-mqtt.svg?branch=master)](https://travis-ci.org/thiaguten/rx-mqtt)
[![Coverage Status](https://coveralls.io/repos/github/thiaguten/rx-mqtt/badge.svg?branch=master)](https://coveralls.io/github/thiaguten/rx-mqtt?branch=master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/br.com.thiaguten/rx-mqtt-paho/badge.svg)](http://search.maven.org/#search|gav|1|g:"br.com.thiaguten"%20AND%20a:"rx-mqtt-paho")
[![Javadocs](http://www.javadoc.io/badge/br.com.thiaguten/rx-mqtt-paho.svg)](http://www.javadoc.io/doc/br.com.thiaguten/rx-mqtt-paho)
[![License](https://img.shields.io/:license-apache-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)Basically, this project has two modules:
- RxMQTT API
- RxMQTT PahoRxMQTT 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](https://github.com/thiaguten/rx-mqtt/wiki).
---
### Installation
Maven:
```xml
br.com.thiaguten
rx-mqtt-paho
${version}```
Gradle:
```gradle
compile "br.com.thiaguten:rx-mqtt-paho:$version"
```### Todos
- Write javadocs