Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update async_mqtt. #211

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion _sites/software.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ description: A collection of links to all important MQTT brokers/servers, MQTT c
The “next generation” of ActiveMQ, Artemis is a multi protocol messaging broker that supports MQTT.
</div>
</div>
<!-- Entry -->
<div class="panel-item">
<img src="{{ 'assets/img/software/async-mqtt.png' | relative_url }}" class="software-logo" alt="async_mqtt Logo">
<div class="panel-item-description"><a href="https://github.com/redboltz/async_mqtt"><h3>async_mqtt</h3></a>
An open-source MQTT broker using C++17 that supports MQTT v3.1.1 and v5.0. It also supports TLS, WebSocket, and multi-core scale-out. Licensed under the Boost Software License - Version 1.0.
</div>
</div>
<!-- Entry -->
<div class="panel-item">
<img src="{{ 'assets/img/software/mqtt-route.png' | relative_url }}" class="software-logo" alt="Bevywise Logo">
Expand Down Expand Up @@ -412,7 +419,7 @@ description: A collection of links to all important MQTT brokers/servers, MQTT c
<li><a href="http://mosquitto.org">libmosquittopp</a></li>
<li><a href="https://www.eclipse.org/paho/clients/c/embedded/">Eclipse Paho Embedded C++</a></li>
<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/redboltz/async_mqtt">async_mqtt</a> - An I/O-independent (also known as Sans-I/O) MQTT protocol library for C++17. Additionally, it includes a Boost.Asio binding for asynchronous MQTT communication and can be used for developing both MQTT clients and servers. Licensed under the Boost Software License - Version 1.0.</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>
Expand Down
Binary file added assets/img/software/async-mqtt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.