This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Michael Zanetti c6d5364300 Fix a warning and improve debug print when a client times out
Old code would implicitly delete the client by the call to abort()
as well as scheduling a deleteLater() which caused a unexpeted
null receiver warning.
2022-11-23 17:36:59 +01:00
2022-11-07 12:47:37 +01:00
2022-06-03 14:59:07 +02:00
2020-01-23 00:24:20 +01:00
2020-01-23 00:24:20 +01:00
2018-11-13 00:54:32 +01:00
2022-06-03 14:59:07 +02:00

nymea-mqtt

Nymea MQTT broker

The nymea MQTT broker consists of a Qt library containing a MqttClient and a MqttServer implementation. It can be used standalone or integrated in other applications.

The currently supported MQTT protocol versions are 3.1.0 and 3.1.1.

Both, the client and the server support raw MQTT over TCP as well as MQTT over web socket. Both transports can be used with or without SSL encryption.

Please refer to the server and client directories for minimalistic, yet fully featured examples on how to use the library.

Description
No description provided
Readme 241 KiB
Languages
C++ 98.2%
QMake 1.3%
Makefile 0.5%