From 5e240767c536f4ffaa0ccdaf182c29ffa2a50a1f Mon Sep 17 00:00:00 2001 From: Jean-Philippe Moal Date: Sat, 21 Oct 2017 12:08:57 +0200 Subject: [PATCH] Add Hulaaki Elixir client library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4397d54..9fbedfd 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [emqttc](https://github.com/emqtt/emqttc) - Asynchronous Erlang MQTT Client. * [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. * [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). * [Mosquitto-PHP](https://github.com/mgdm/Mosquitto-PHP) - A wrapper for the Mosquitto MQTT client library for PHP. * [mqtt-client](https://github.com/centamiv/mqtt-client) - A Polymer Web Component that implements a MQTT client (uses Paho mqttws31.js).