diff --git a/README.md b/README.md index dd90a5f..8b4061e 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. @@ -44,6 +44,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi ### 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. @@ -64,11 +65,13 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [mqtt-spy](http://kamilfb.github.io/mqtt-spy/) - Java based MQTT frontend. Supports scripting. * [mqtt-utils](https://github.com/dsell/mqtt-utils) - a collection of MQTT utilities. + ### Clients * [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. * [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. * [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. @@ -90,7 +93,6 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi #### Makers * [pubsubclient](https://github.com/knolleary/pubsubclient) - A client library for the Arduino Ethernet Shield that provides support for MQTT. -* [RFM69-MQTT-client](https://github.com/computourist/RFM69-MQTT-client) - Arduino RFM69 based sensors and MQTT gateway. * [rpi2mqtt](https://github.com/hobbyquaker/rpi2mqtt) - Connect a RaspberryPis GPIOs and 1-Wire Temperature Sensors to MQTT. * [xbee2mqtt](https://github.com/xoseperez/xbee2mqtt) - XBee to MQTT gateway. @@ -98,7 +100,6 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi #### Industry * [modbus2mqtt](https://github.com/owagner/modbus2mqtt) - Modbus master which publishes register values via MQTT. -* [mqtt2opcua](https://github.com/nzfarmer1/mqtt2opcua) - Bi Directional MQTT to OPCUA Bridge. #### Telephony, PBX