adds M2Mqtt

This commit is contained in:
Sebastian Raff
2016-05-16 11:30:23 +02:00
parent e0ff1e0ff6
commit 13eb36a72a

View File

@@ -81,6 +81,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.
* [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).
* [mqtt-client](https://github.com/centamiv/mqtt-client) - A Polymer Web Component that implements a MQTT client (uses Paho mqttws31.js).
* [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.