From 0d01c8901bb6a12bc5a5dce21612e10ccdf53133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Korina=20=C5=A0imi=C4=8Devi=C4=87?= Date: Fri, 14 Feb 2025 09:59:37 +0100 Subject: [PATCH] Update Async.MQTT5 to Boost.MQTT5 --- _sites/software.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sites/software.md b/_sites/software.md index ad92de8..cc7435f 100644 --- a/_sites/software.md +++ b/_sites/software.md @@ -414,7 +414,7 @@ description: A collection of links to all important MQTT brokers/servers, MQTT 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.
  • eMQTT5 - MQTT 5.0 client.
  • -
  • Async.MQTT5 - A professional, industrial-grade C++17 MQTT v5.0 client built on Boost.Asio.
  • +
  • Boost.MQTT5 - A professional, industrial-grade C++17 MQTT v5.0 client built on Boost.Asio.
  • Clojure