package/mosquitto: update help text in Config.in
authorTitouan Christophe <titouan.christophe@railnova.eu>
Sat, 3 Aug 2019 09:38:58 +0000 (11:38 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 3 Aug 2019 11:14:48 +0000 (13:14 +0200)
(and add myself to DEVELOPERS)

Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
DEVELOPERS
package/mosquitto/Config.in

index 4338d6ec84e03bba6fcf09e2d982e7dd0b1d0e86..6b30e14136199588ccccb606a3f4fd9a0b00749a 100644 (file)
@@ -2267,6 +2267,7 @@ N:        Timo Ketola <timo.ketola@exertus.fi>
 F:     package/fbgrab/
 
 N:     Titouan Christophe <titouan.christophe@railnova.eu>
+F:     package/mosquitto/
 F:     package/redis/
 
 N:     Trent Piepho <tpiepho@impinj.com>
index 1b3d1070f8af253f569cef75c40b94debdb00587..b4effa36befccafbbbc95c50ba1bdbd5688d52fe 100644 (file)
@@ -1,13 +1,21 @@
 config BR2_PACKAGE_MOSQUITTO
        bool "mosquitto"
        help
-         Mosquitto is an open source message broker that implements
-         the MQ Telemetry Transport protocol versions 3.1 and
-         3.1.1. MQTT provides a lightweight method of carrying out
-         messaging using a publish/subscribe model. This makes it
-         suitable for "machine to machine" messaging such as with low
-         power sensors or mobile devices such as phones, embedded
-         computers or microcontrollers like the Arduino.
+         Eclipse Mosquitto is an open source (EPL/EDL licensed) message
+         broker that implements the MQTT protocol versions 5.0, 3.1.1
+         and 3.1. Mosquitto is lightweight and is suitable for use on
+         all devices from low power single board computers to full
+         servers.
+
+         The MQTT protocol provides a lightweight method of carrying
+         out messaging using a publish/subscribe model. This makes it
+         suitable for Internet of Things messaging such as with low
+         power sensors or mobile devices such as phones,
+         embedded computers or microcontrollers.
+
+         The Mosquitto project also provides a C library for
+         implementing MQTT clients, and the very popular mosquitto_pub
+         and mosquitto_sub command line MQTT clients.
 
          http://mosquitto.org/