From 29339bedbfcbe52e7c1eef864ba1eef98d8cb11e Mon Sep 17 00:00:00 2001 From: Peter Giacomo Lombardo Date: Mon, 29 Dec 2025 21:04:45 +0100 Subject: [PATCH] Add ballerina-mqtt --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 52822c4..0c75549 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,10 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first - [emqttc](https://github.com/emqx/emqtt) - Asynchronous Erlang MQTT Client. - [mqttex](https://github.com/alfert/mqttex) - MQTT implementation in Elixir. +### Ballerina + +- [ballerina-mqtt](https://github.com/ballerina-platform/module-ballerina-mqtt) - Ballerina MQTT client based on paho-mqtt. + ### C or C++ - [mqtt_cpp](https://github.com/redboltz/mqtt_cpp) - MQTT client for C++14 based on Boost.Asio.