mqtt_cpp
mqtt_cpp copied to clipboard
Hi, a begginer here. There is an example about client use out of main scope? How to store on a class member, something more generic than shot and close on...
When the broker loads auth.json, if the end of the comment line in the auth.json file is a double quotation mark, an error will occur
I installed the versions from the package manager and cannot compile the examples with TLS. Some files are missing. Is it possible to add an option to make this possible?...
Hello, I'm using mqtt_cpp in my project. While developing I've been using it through conan package which is here: https://conan.io/center/redboltz-mqtt_cpp but when I deliver the whole product to my target...
https://github.com/redboltz/mqtt_cpp/blob/0d9e7185b1e6c3d133b652adf51041dccabbec7d/include/mqtt/broker/subscription_map.hpp#L734
Hello, building a program with MQTT_CPP takes very long. I am adding mqtt_cpp as a git submodule. The following example program takes 35 (!) seconds to compile on my linux...
Using UDS can be beneficial for local deployments of the client and a broker. It should have better performance and will provide additional security for such scenarios. Support for unix...