mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
package/mosquitto: update help text in Config.in
(and add myself to DEVELOPERS) Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
f9baca0eea
commit
ad98587f11
@ -2267,6 +2267,7 @@ N: Timo Ketola <timo.ketola@exertus.fi>
|
|||||||
F: package/fbgrab/
|
F: package/fbgrab/
|
||||||
|
|
||||||
N: Titouan Christophe <titouan.christophe@railnova.eu>
|
N: Titouan Christophe <titouan.christophe@railnova.eu>
|
||||||
|
F: package/mosquitto/
|
||||||
F: package/redis/
|
F: package/redis/
|
||||||
|
|
||||||
N: Trent Piepho <tpiepho@impinj.com>
|
N: Trent Piepho <tpiepho@impinj.com>
|
||||||
|
@ -1,13 +1,21 @@
|
|||||||
config BR2_PACKAGE_MOSQUITTO
|
config BR2_PACKAGE_MOSQUITTO
|
||||||
bool "mosquitto"
|
bool "mosquitto"
|
||||||
help
|
help
|
||||||
Mosquitto is an open source message broker that implements
|
Eclipse Mosquitto is an open source (EPL/EDL licensed) message
|
||||||
the MQ Telemetry Transport protocol versions 3.1 and
|
broker that implements the MQTT protocol versions 5.0, 3.1.1
|
||||||
3.1.1. MQTT provides a lightweight method of carrying out
|
and 3.1. Mosquitto is lightweight and is suitable for use on
|
||||||
messaging using a publish/subscribe model. This makes it
|
all devices from low power single board computers to full
|
||||||
suitable for "machine to machine" messaging such as with low
|
servers.
|
||||||
power sensors or mobile devices such as phones, embedded
|
|
||||||
computers or microcontrollers like the Arduino.
|
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/
|
http://mosquitto.org/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user