From e2a314b9e3e46fd00cb282437ce6fdf49a7bbedd Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 30 Dec 2018 00:18:24 +0300 Subject: [PATCH 1/2] 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. From 247b38df2512269d1e51f94db54106501f7e9d71 Mon Sep 17 00:00:00 2001 From: Alexander Kiranov Date: Sun, 6 Jan 2019 10:36:36 +0300 Subject: [PATCH 2/2] placed luamqtt in alphabetic order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0d3c04..30947a8 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [Moscapsule](https://github.com/flightonary/Moscapsule) - MQTT Client for iOS written in Swift. * [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 * [Machine Head](https://github.com/clojurewerkz/machine_head) - A Clojure MQTT 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). * [MIMIC MQTT Simulator](http://www.gambitcomm.com/site/mqttsimulator.php) - Simulate up to 100,000 MQTT clients per server for development/testing/deployment of IoT applications @@ -115,7 +116,6 @@ 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.