From 4bf2934d412202a805d1a70475adb83eaca31592 Mon Sep 17 00:00:00 2001 From: njouanin Date: Sun, 17 Jan 2016 21:29:40 +0100 Subject: [PATCH 1/2] Add hbmqtt --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 87f21b7..9bb5882 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ MQTT is a lightweight messaging protocol for small sensors and mobile devices, o ### Broker * [eMQTT](http://emqtt.io/) - The Massively Scalable MQTT Broker written in Erlang/OTP. +* [hbmqtt](https://github.com/beerfactory/hbmqtt) - Python MQTT broker using asyncio. * [HiveMQ](http://www.hivemq.com/) - Java based commercial MQTT Broker. * [Moquette](https://github.com/andsel/moquette) - Java MQTT lightweight broker. * [Mosca](http://www.mosca.io/) - Mosca is a node.js mqtt broker, which can be used Standalone or Embedded in another Node.js application. @@ -67,6 +68,7 @@ MQTT is a lightweight messaging protocol for small sensors and mobile devices, o * [CocoaMQTT](https://github.com/emqtt/CocoaMQTT) - MQTT for iOS and OS X written with Swift. * [emqttc](https://github.com/emqtt/emqttc) - Asynchronous Erlang MQTT Client. +* [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. * [MQTTKit](https://github.com/mobile-web-messaging/MQTTKit) - MQTT Objective-C client for iOS. * [mqtt_lua](http://geekscape.github.com/mqtt_lua) - MQTT Client library for the Lua language. From 4923d0b84f5810d54148ed69b33d06d36139f44b Mon Sep 17 00:00:00 2001 From: Craig Davison Date: Mon, 18 Jan 2016 15:41:02 +0000 Subject: [PATCH 2/2] Add awesome badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0555475..858b0ae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Awesome MQTT +# Awesome MQTT [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) > A curated list of MQTT related stuff. @@ -193,4 +193,4 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first ## License -[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/) \ No newline at end of file +[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)