Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Eclipse Paho 1.3 Release

Hello all,

I'm pleased to say that all the components of the Eclipse Paho 1.3 release are available, with one exception - Al is still hoping to get a timing related fix into the Go client before releasing it.

There are updated versions of all the existing components, and three new ones:

1. MQTT Spy - a very useful utility for monitoring the activity on an MQTT server, written by Kamil Baczkowiz. (https://github.com/eclipse/paho.mqtt-spy/wiki)

2. A fully featured C++ client library built upon the Paho C client, written by Frank Pagliughi (https://github.com/eclipse/paho.mqtt.cpp)

3. A gateway for allowing MQTT-SN clients to talk to MQTT servers, using the Paho MQTT-SN packet library. In the terminology used in the MQTT-SN specification, it is transparent, in that a new MQTT connection is opened for each MQTT-SN client connection, so the MQTT server has visibility of the MQTT-SN clients. It is written by Tomoaki Yamaguchi. (https://github.com/eclipse/paho.mqtt-sn.embedded-c/tree/master/MQTTSNGateway)

I'd like to thank all the contributors for their great work, and look forward to collaborating in the future.

The downloads page gives an overview of all the Paho software available: https://www.eclipse.org/paho/downloads.php


--
Ian Craggs
icraggs@xxxxxxxxxx                 IBM United Kingdom
Paho Project Lead; Committer on Mosquitto



Back to the top