From a93f4c14a16ef4f5ec9b3ca46b93e83be8e270d6 Mon Sep 17 00:00:00 2001 From: Alexander Kiranov Date: Sun, 31 Mar 2019 20:12:37 +0300 Subject: [PATCH] luamqtt: updated title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49253ed..0870cf7 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [gmqtt](https://github.com/wialon/gmqtt) - Python MQTT v5.0 client (asyncio-based) * [hbmqtt](https://github.com/beerfactory/hbmqtt) - Python MQTT client using asyncio. * [Hulaaki](https://github.com/suvash/hulaaki) - An Elixir library for clients communicating with MQTT brokers. -* [luamqtt](https://github.com/xHasKx/luamqtt/) - Pure-lua MQTT client +* [luamqtt](https://github.com/xHasKx/luamqtt/) - Pure-lua MQTT v3.1.1 and v5.0 client * [M2Mqtt](https://m2mqtt.wordpress.com/) - A MQTT client available for all .Net platforms (.Net Framework, .Net Compact Framework and .Net Micro Framework) and WinRT platforms (Windows 8.1, Windows Phone 8.1 and Windows 10). * [Machine Head](https://github.com/clojurewerkz/machine_head) - A Clojure MQTT Client. * [MIMIC MQTT Simulator](https://www.gambitcomm.com/site/mqttsimulator.php) - Simulate up to 100,000 MQTT clients per server for development/testing/deployment of IoT applications