Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amitjoy/kura-mqtt-client-utility
MQTT utility tool for Eurotech EDC cloud or Eclipse Kapua
https://github.com/amitjoy/kura-mqtt-client-utility
eclipse-kapua eclipse-kura mqtt-client mqtt-utility payload
Last synced: 25 days ago
JSON representation
MQTT utility tool for Eurotech EDC cloud or Eclipse Kapua
- Host: GitHub
- URL: https://github.com/amitjoy/kura-mqtt-client-utility
- Owner: amitjoy
- License: epl-1.0
- Created: 2016-02-15T17:05:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T10:08:58.000Z (9 months ago)
- Last Synced: 2024-02-14T11:26:40.555Z (9 months ago)
- Topics: eclipse-kapua, eclipse-kura, mqtt-client, mqtt-utility, payload
- Language: Java
- Homepage:
- Size: 1.84 MB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**README**
The MQTT client application provides all the MQTT related operations to use Eclipse Kura for the IoT application development.
The primary motive of developing the application is to enable usage of Eclipse Kura's EDC Communication feature with Eurotech Everyware Cloud (or Eclipse Kapua) and CRUD like feature provided by CloudLet. This requires all the payloads to be encoded and decoded using Google Protocol Buffer. If we use any of the widely available MQTT Client Tools, we can only be able to use MQTT Payloads of simple string type. This utility application provides you with all the opportunities to encode and decode your provided payload on the fly.
### **How to set up?** ###
* Download Eclipse for **RCP and RAP** Developers from **http://www.eclipse.org/downloads**
* Download all the projects and import all of them into your workspace
* Double click on **com.amitinside.mqtt.client.kura.product** placed under **com.amitinside.mqtt.client.kura.product** project
* Then click on **Launch an Eclipse Application**
* Now you are good to go### **Who should I talk to?** ###