From e2a314b9e3e46fd00cb282437ce6fdf49a7bbedd Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 30 Dec 2018 00:18:24 +0300 Subject: [PATCH] Added luamqtt client library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ec36961..a0d3c04 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [mqttex](https://github.com/alfert/mqttex) - MQTT implementation in Elixir. * [MQTTKit](https://github.com/mobile-web-messaging/MQTTKit) - MQTT Objective-C client for iOS. * [mqtt_cpp](https://github.com/redboltz/mqtt_cpp) - MQTT client for C++14 based on Boost.Asio. +* [luamqtt](https://github.com/xHasKx/luamqtt/) - Pure-lua MQTT client * [mqtt_lua](http://geekscape.github.io/mqtt_lua/) - MQTT Client library for the Lua language. * [MQTT.js](https://github.com/mqttjs) - MQTT client for Node.js. * [mqtt-rs](https://github.com/zonyitoo/mqtt-rs) - MQTT protocol library for Rust.