mosquitto software

Software

Servers / Brokers

IBM WebSphere MQ Telemetry
The Telemetry feature is available as an add-on for WebSphere MQ version 7.0.1.3 and above, and is included as an optional extra in the install for WebSphere MQ version 7.1 and above. It provides full MQTT v3.1 support and direct interoperability with WebSphere MQ. It ships with reference Java (MIDP and above) and C clients.
IBM Lotus Expeditor micro broker
Part of the Lotus Expeditor product, micro broker is a Java implementation of an MQTT server. It provides Java (including JMS), C# and C clients.
Really Small Message Broker
Available to download in binary form from IBM alphaWorks, RSMB is a C implementation of an MQTT server. It provides complete MQTT v3.1 support, and a C client API.
Mosquitto
An Open Source MQTT server. A public, hosted  test server is also available.
Eurotech Everyware Device Cloud (EDC)
A cloud-based service provided by  Eurotech
MQTT.js
A node.js MQTT server.
eMQTT
An Erlang MQTT server.
m2m.io
A cloud messaging service.
IBM WebSphere Message Broker
Message Broker versions up to version 6.1 included a SCADA node for full MQTT v3 support – information on  how to migrate to the newer WebSphere MQ Telemetry feature is available. After version 7.0 WMB does not contain the SCADA node – it should be used in conjunction with WebSphere MQ Telemetry if the support is required.

Clients

Note: although there are a range of options available for developers interested in MQTT, not all of the client APIs listed below are current. Some are at an early or experimental stage of development, whilst others are stable and mature. Additionally, some may not provide full support for all of the features of the latest MQTT specification – for example, some may only support QoS 0, not include authentication, etc.

Check with the provider for the current status of your preferred language implementation; and remember to respect the licenses that different implementations are published under.

Device-specific

C

  • WebSphere MQ Telemetry provides a C client API
  • Lotus Expeditor micro broker includes a C client API
  • IA93 – a WebSphere Message Broker SupportPac
  • libmosquitto – a C client library provided with the mosquitto server
  • liblwmqtt – a very lightweight C client

C++

  • libmosquittocpp – a C++ client library provided with the mosquitto server

C# – see .NET below

Delphi

Erlang

Java

  • WebSphere MQ Telemetry provides a Java client API
  • Lotus Expeditor micro broker includes two Java client APIs
  • IA92 – a WebSphere Message Broker SupportPac
  • MeQanTT
  • mqtt-client – a Fusesource Java MQTT client with a variety of API styles

Javascript / node.js

LotusScript

Lua

  • mqtt_lua – installable as a LuaRock

.NET

Perl

PHP

Python

REXX

Ruby

  • ruby-mqtt- a pure Ruby gem
  • em-mqtt – a gem to add MQTT support to EventMachine

Plugins

MQTT has been incorporated into various runtimes and frameworks via modules or plugins. The projects listed below therefore depend on additional packages and are not necessarily standalone or for general use. As with the list of clients, some may not provide full support for all of the features of the latest MQTT specification – check with the project in question.

  • Ant – an Ant task (using the IA92 Java client)
  • bzr-mqtt – an MQTT commit plugin for Bazaar/bzr servers (uses the Python API from mosquitto)
  • moquette-mqtt – an MQTT plugin for Apache Mina, written in Java
  • zmqtt – an MQTT module for Zotonic, an Erlang framework
  • Wireshark – a partial MQTT dissector/decoder for Wireshark

你可能感兴趣的:(mosquitto)