You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# MQTT client/server for C++14 based on Boost.Asio
2
2
3
-
Version 12.1.0 [](https://github.com/redboltz/mqtt_cpp/actions)[](https://dev.azure.com/redboltz/redboltz/_build/latest?definitionId=6&branchName=master)[](https://codecov.io/gh/redboltz/mqtt_cpp)
3
+
Version 13.0.0 [](https://github.com/redboltz/mqtt_cpp/actions)[](https://dev.azure.com/redboltz/redboltz/_build/latest?definitionId=6&branchName=master)[](https://codecov.io/gh/redboltz/mqtt_cpp)
4
4
5
5
Important note https://github.com/redboltz/mqtt_cpp/wiki/News.
6
6
7
7
[MQTT v5 is supported](https://github.com/redboltz/mqtt_cpp/wiki/MQTT-v5) since version 4.0.0.
8
8
9
9
## Overview
10
10
11
-
mqtt_cpp is a header only library. It requires C++14 and the Boost Libraries 1.67.0 or later.
11
+
mqtt_cpp is a header only library. It requires C++14 and the Boost Libraries 1.74.0 or later.
12
12
13
13
Add mqtt_cpp/include to your include path. Then, include `mqtt_client_cpp.hpp` and/or `mqtt_server_cpp.hpp` as follows:
14
14
@@ -117,8 +117,6 @@ make
117
117
make test
118
118
```
119
119
120
-
In order to build tests, you need to prepare the Boost Libraries 1.59.0.
0 commit comments