File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ # MQTT.fx CBOR payload decoder
2+
3+ This project contains an addon for the [ MQTT.fx] [ mqttfx ] application that can decode CBOR MQTT
4+ message payloads so they are displayed as formatted JSON.
5+
6+ ![ MQTT.fx screenshot of CBOR decoded message] ( docs/mqttfx-cbor-decoded-message.png )
7+
8+
9+ # Install
10+
11+ You can download a precompiled JAR from the [ releases] [ releases ] page. The
12+ ** mqtt-cbor-decoder-X-all.jar** file should be placed in the MQTT.fx ** addon** directory, which
13+ varies by platform:
14+
15+ | OS | Add-on location |
16+ | :------------| :---------------------------------------------------------|
17+ | ** macOS** | ` [USER_HOME]/Library/Application Support/MQTT-FX/addons ` |
18+ | ** Windows** | ` [USER_HOME]\AppData\Local\MQTT-FX\addons ` |
19+ | ** Linux** | ` [USER_HOME]/MQTT-FX/addons ` |
20+
21+
22+ # Building
23+
24+ The build uses Gradle. Build with the ` shadowJar ` task:
25+
26+ ```
27+ ./gradlew shadowJar
28+ ```
29+
30+ That will produce a ` build/libs/mqttfx-cbor-decoder-X-all.jar ` which you can install.
31+
32+ [ mqttfx ] : http://mqttfx.org/
33+ [ releases ] : https://github.com/SolarNetwork/mqttfx-cbor-decoder/releases
You can’t perform that action at this time.
0 commit comments