diff --git a/_sites/software.md b/_sites/software.md index ad92de8..0d9a1d3 100644 --- a/_sites/software.md +++ b/_sites/software.md @@ -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. + +
+ +

async_mqtt

+ 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. +
+
@@ -412,7 +419,7 @@ description: A collection of links to all important MQTT brokers/servers, MQTT c
  • libmosquittopp
  • Eclipse Paho Embedded C++
  • mqtt_cpp - MQTT client and server library based on C++14 and Boost.Asio. It supports MQTT v3.1.1 and v5.
  • -
  • async_mqtt - 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.
  • +
  • async_mqtt - 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.
  • eMQTT5 - MQTT 5.0 client.
  • Async.MQTT5 - A professional, industrial-grade C++17 MQTT v5.0 client built on Boost.Asio.
  • diff --git a/assets/img/software/async-mqtt.png b/assets/img/software/async-mqtt.png new file mode 100644 index 0000000..e010aca Binary files /dev/null and b/assets/img/software/async-mqtt.png differ