From 2999da536b50375dbd4facd2d1f64f54c8261c56 Mon Sep 17 00:00:00 2001 From: Dilan Sachintha Nayanajith Date: Wed, 4 Oct 2023 14:46:06 +0530 Subject: [PATCH] Add ballerina mqtt client to the readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69eb78e..2aeb9c2 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ Core analytics ### Clients * [aiomqtt](https://github.com/mossblaser/aiomqtt) - Async Python MQTT client based on paho-mqtt. +* [Ballerina MQTT](https://github.com/ballerina-platform/module-ballerina-mqtt) - The Ballerina MQTT client library based on MQTTv5. For more details on the client APIs [see](https://lib.ballerina.io/ballerina/mqtt/latest). * [CocoaMQTT](https://github.com/emqx/CocoaMQTT) - MQTT for iOS and OS X written with Swift. * [emqttc](https://github.com/emqx/emqtt) - Asynchronous Erlang MQTT Client. * [gmqtt](https://github.com/wialon/gmqtt) - Python MQTT v5.0 client (asyncio-based).