Skip to content

Commit 6ce5bd4

Browse files
committed
Add README.
1 parent ac09f20 commit 6ce5bd4

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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
19.8 KB
Loading

0 commit comments

Comments
 (0)