-
Notifications
You must be signed in to change notification settings - Fork 107
Requirements
Takatoshi Kondo edited this page Aug 4, 2018
·
5 revisions
mqtt_client_cpp requires C++14 compiler.
mqtt_client_cpp requires the Boost Libraries 1.57.0 or later (See #33).
If you want to execute tests of mqtt_client_cpp, it requires the Boost Libraries 1.59.0 or later.
If you want to use TLS features, OpenSSL 1.0.2* is required. See Config#mqtt_no_tls
If you want to use WebSocket, Beast is required. See Config#mqtt_use_ws
Update: Since the Boost Libraries version 1.66.0, it contains the Beast.
- Requirements
- Config
- Tutorial
- Authentication and Authorization
- Advanced topics
- Examples
- API Reference
- Versioning Policy
- How to contribute