Skip to content

Commit

Permalink
Add KDMqtt specific infos to README
Browse files Browse the repository at this point in the history
  • Loading branch information
marcothaller committed Nov 11, 2024
1 parent 0ceb208 commit bd482d3
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,21 @@ You get:
- Keyboard and mouse events
- GuiApplication

## KDMqtt

KDMqtt provides a cross-platform MQTT client solution, based on [mosquitto](https://mosquitto.org/).

You get a thin wrapper around libmosquitto that

* seamlessly integrates into KDFoundation's `CoreAppliation`
* comes with an API featuring properties and signals using [KDBindings](https://github.com/KDAB/KDBindings)

For now, we don't support building mosquitto from source so you need to have it installed on your machine.

You can find setup instructions and download links at

<https://mosquitto.org/download/>

## KDUtils/KDUtils

This namespace is the namesake of the entire library, and contains the STL
Expand All @@ -52,7 +67,7 @@ You get:
On Linux:

```bash
sudo apt install libxkbcommon-dev libxcb-xkb-dev libxkbcommon-x11-dev wayland-scanner++ wayland-protocols libwayland-dev
sudo apt install libxkbcommon-dev libxcb-xkb-dev libxkbcommon-x11-dev wayland-scanner++ wayland-protocols libwayland-dev libmosquittopp-dev
```

For debug builds with code coverage:
Expand Down

0 comments on commit bd482d3

Please sign in to comment.