Skip to content

Commit

Permalink
Merge pull request #183 from ksimicevic/async-mqtt5
Browse files Browse the repository at this point in the history
Add Async.MQTT5 to the list of available clients
  • Loading branch information
B-Weiss authored Feb 12, 2024
2 parents 9f8a1f5 + 262d26c commit 680e2a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _sites/software.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ description: A collection of links to all important MQTT brokers/servers, MQTT c
<li><a href="https://github.com/redboltz/mqtt_cpp">mqtt_cpp</a> - MQTT client and server library based on C++14 and Boost.Asio. It supports MQTT v3.1.1 and v5.</li>
<li><a href="https://github.com/redboltz/async_mqtt">async_mqtt</a> - MQTT client and server library based on C++17 and Boost.Asio. It supports MQTT v3.1.1 and v5.0. This is an evolved mqtt_cpp.</li>
<li><a href="https://github.com/X-Ryl669/eMQTT5">eMQTT5</a> - MQTT 5.0 client.</li>
<li><a href="https://github.com/mireo/async-mqtt5">Async.MQTT5</a> - A professional, industrial-grade C++17 MQTT v5.0 client built on Boost.Asio.</li>
</ul>
<div class="subhead">Clojure</div>
<ul>
Expand Down

0 comments on commit 680e2a2

Please sign in to comment.