Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artcom/java-json-mqtt-client
A thin paho mqtt client wrapper providing incoming message multiplexing and payload type de/serialization.
https://github.com/artcom/java-json-mqtt-client
Last synced: about 2 months ago
JSON representation
A thin paho mqtt client wrapper providing incoming message multiplexing and payload type de/serialization.
- Host: GitHub
- URL: https://github.com/artcom/java-json-mqtt-client
- Owner: artcom
- License: mit
- Created: 2017-12-21T12:21:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T10:12:21.000Z (almost 7 years ago)
- Last Synced: 2024-11-07T06:36:29.618Z (3 months ago)
- Language: Java
- Size: 63.5 KB
- Stars: 0
- Watchers: 14
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java JSON Mqtt Client Library
A thin paho mqtt client wrapper providing incoming message multiplexing and payload type de/serialization.
## Building from source with Gradle
From command line: `./gradlew build`## Android Studio
From Android Studio: File -> Import Project