From bcac7d51c34036efb4063951cca4ff96714b8f1e Mon Sep 17 00:00:00 2001 From: p-goudet Date: Wed, 6 Jun 2018 11:32:09 +0900 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a5ac524..c6bda96 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Eclipse Paho Java Client +# Eclipse Paho Ruby Client -The following file describes the Paho Mqtt client API for the ruby programming language. It enables applications to connect to an MQTT message broker threw the [MQTT](http://mqtt.org/) protocol (versions 3.1.1). MQTT is a lightweight protocol designed for IoT/M2M. A Mqtt client can connect to a message broker in order to publish and received data contained in short messages. The messages are exchanged on topics where the client has to subscribe for receiving message. This client was contributed to the Eclipse Foundation by Ruby development Inc. and includes code contributed from the [ruby-mqtt](https://github.com/njh/ruby-mqtt/) library. +The following file describes the Paho Mqtt client API for the ruby programming language. It enables applications to connect to an MQTT message broker threw the [MQTT](http://mqtt.org/) protocol (versions 3.1.1). MQTT is a lightweight protocol designed for IoT/M2M. A Mqtt client can connect to a message broker in order to publish and received data contained in short messages. The messages are exchanged on topics where the client has to subscribe for receiving message. This client was contributed to the Eclipse Foundation by [Ruby development Inc.](https://www.ruby-dev.jp/) and includes code contributed from the [ruby-mqtt](https://github.com/njh/ruby-mqtt/) library. @@ -15,9 +15,9 @@ Paho reflects the inherent physical and cost constraints of device connectivity. - Project Website: [https://www.eclipse.org/paho](https://www.eclipse.org/paho) - Eclipse Project Information: [https://projects.eclipse.org/projects/iot.paho](https://projects.eclipse.org/projects/iot.paho) - Paho Java Client Page: [https://eclipse.org/paho/clients/java/](https://eclipse.org/paho/clients/java) -- GitHub: [https://github.com/eclipse/paho.mqtt.java](https://github.com/eclipse/paho.mqtt.java) +- GitHub: [https://github.com/eclipse/paho.mqtt.ruby](https://github.com/eclipse/paho.mqtt.ruby) - Twitter: [@eclipsepaho](https://twitter.com/eclipsepaho) -- Issues: [https://github.com/eclipse/paho.mqtt.java/issues](https://github.com/eclipse/paho.mqtt.java/issues) +- Issues: [https://github.com/eclipse/paho.mqtt.ruby/issues](https://github.com/eclipse/paho.mqtt.ruby/issues) - Mailing-list: [https://dev.eclipse.org/mailman/listinfo/paho-dev](https://dev.eclipse.org/mailman/listinfo/paho-dev) From bcf7977630f2d003569da5632791033fed97617a Mon Sep 17 00:00:00 2001 From: p-goudet Date: Mon, 25 Jun 2018 11:26:43 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6bda96..683961d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Paho reflects the inherent physical and cost constraints of device connectivity. - Project Website: [https://www.eclipse.org/paho](https://www.eclipse.org/paho) - Eclipse Project Information: [https://projects.eclipse.org/projects/iot.paho](https://projects.eclipse.org/projects/iot.paho) -- Paho Java Client Page: [https://eclipse.org/paho/clients/java/](https://eclipse.org/paho/clients/java) +- Paho Ruby Client Page: ~~[https://eclipse.org/paho/clients/java/](https://eclipse.org/paho/clients/java)~~ (todo) - GitHub: [https://github.com/eclipse/paho.mqtt.ruby](https://github.com/eclipse/paho.mqtt.ruby) - Twitter: [@eclipsepaho](https://twitter.com/eclipsepaho) - Issues: [https://github.com/eclipse/paho.mqtt.ruby/issues](https://github.com/eclipse/paho.mqtt.ruby/issues)