https://github.com/solarnetwork/mqttfx-cbor-decoder
CBOR payload decoder addon for MQTT.fx
https://github.com/solarnetwork/mqttfx-cbor-decoder
Last synced: 11 months ago
JSON representation
CBOR payload decoder addon for MQTT.fx
- Host: GitHub
- URL: https://github.com/solarnetwork/mqttfx-cbor-decoder
- Owner: SolarNetwork
- License: apache-2.0
- Created: 2019-11-05T04:37:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T21:32:51.000Z (over 4 years ago)
- Last Synced: 2025-01-31T07:32:06.954Z (about 1 year ago)
- Language: Java
- Size: 113 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MQTT.fx CBOR payload decoder
This project contains an addon for the [MQTT.fx][mqttfx] application that can decode CBOR MQTT
message payloads so they are displayed as formatted JSON.

# Install
You can download a precompiled JAR from the [releases][releases] page. The
**mqtt-cbor-decoder-X-all.jar** file should be placed in the MQTT.fx **addon** directory, which
varies by platform:
| OS | Add-on location |
|:------------|:---------------------------------------------------------|
| **macOS** | `[USER_HOME]/Library/Application Support/MQTT-FX/addons` |
| **Windows** | `[USER_HOME]\AppData\Local\MQTT-FX\addons` |
| **Linux** | `[USER_HOME]/MQTT-FX/addons` |
# Building
The build uses Gradle. Build with the `shadowJar` task:
```
./gradlew shadowJar
```
That will produce a `build/libs/mqttfx-cbor-decoder-X-all.jar` which you can install.
[mqttfx]: http://mqttfx.org/
[releases]: https://github.com/SolarNetwork/mqttfx-cbor-decoder/releases