From 3b2bfc0aa4f0993bb0293b2d16b90d27d8bb2b87 Mon Sep 17 00:00:00 2001 From: Ayesh Almeida <77491511+ayeshLK@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:58:31 +0530 Subject: [PATCH] Add Ballerina-MQTT library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69eb78e..bc7cbfe 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) - Ballerina MQTT client based on paho-mqtt. * [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).