All Projects → atilaneves → mqttcpp

atilaneves / mqttcpp

Licence: BSD-3-Clause license
MQTT broker in C++11

Programming Languages

C++
36643 projects - #6 most used programming language
ruby
36898 projects - #4 most used programming language

mqtt

Build Status

MQTT broker written in C++11, using boost::asio and cereal, the latter having to be cloned into the directory after git clone in order for this to compile.

Manually translated from an MQTT broker written in D since that was the easiest way I could get a broker going in C++.

Doesn't implement all of MQTT, the feature set is on par with the D version. Buggy, one of the unit tests fails and running it for long enough will cause it to corrupt memory and crash.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].