From 22324282b5b9671ec92e78f674857c170496eb22 Mon Sep 17 00:00:00 2001 From: Sebastian Raff Date: Mon, 25 Jan 2016 11:35:04 +0100 Subject: [PATCH] Update README.md Adds mqttex --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0cc3098..99ba550 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,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. * [MQTT-Client-Framework](https://github.com/ckrey/MQTT-Client-Framework) - iOS native ObjectiveC MQTT Framework. +* [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_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.