Nymea MQTT broker
 
 
 
Go to file
Michael Zanetti 07d712d5ae Fix a crash in topic matching.
Subscribing a client to a/b/c and publishing to a/b leads to a
crash, turns out it is a off-by-one calculation in topic matching code.
2019-09-24 22:33:09 +02:00
debian Jenkins release build 2019-08-08 18:30:37 +02:00
libnymea-mqtt Fix a crash in topic matching. 2019-09-24 22:33:09 +02:00
server don't depend on qtgui in server project file 2019-07-15 19:37:33 +02:00
tests Fix a crash in topic matching. 2019-09-24 22:33:09 +02:00
.gitignore add debian packaging 2018-11-13 02:06:27 +01:00
LICENSE add license file 2018-11-13 02:08:24 +01:00
README.md Create README.md 2018-11-13 02:10:44 +01:00
nymea-mqtt.pri
nymea-mqtt.pro

README.md

nymea-mqtt

Nymea MQTT broker

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