mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
misc/mosquitto: Update README, slack-desc
Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
parent
c76cd0e3ae
commit
8c4a303010
3 changed files with 17 additions and 17 deletions
|
@ -1,9 +1,9 @@
|
||||||
Mosquitto is an open source implementation of a server for version 3 of the
|
Eclipse Mosquitto (TM) is an open source (EPL/EDL licensed) message broker that
|
||||||
mqtt protocol. IBM have a closed source version of this server, known as
|
implements the MQTT protocol versions 3.1 and 3.1.1. MQTT provides a
|
||||||
Really Small Message Broker (rsmb). The plan is to make this a more or less
|
lightweight method of carrying out messaging using a publish/subscribe model.
|
||||||
drop in replacement.
|
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 like the Arduino.
|
||||||
|
|
||||||
From version 1.4, Python bindings are no longer included, but are available
|
Mosquitto is an iot.eclipse.org project.
|
||||||
separately from the Eclipse paho-mqtt project.
|
|
||||||
|
|
||||||
Mosquitto was written by Roger Light <roger@atchoo.org>
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for mosquitto
|
# Slackware build script for mosquitto
|
||||||
|
|
||||||
# Copyright 2011-2017 Christoph Willing, Brisbane Australia
|
# Copyright 2011-2018 Christoph Willing, Brisbane Australia
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
|
|
@ -6,14 +6,14 @@
|
||||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
mosquitto: mosquitto (MQTT server)
|
mosquitto: mosquitto (MQTT Broker)
|
||||||
mosquitto:
|
|
||||||
mosquitto: Mosquitto is an open source implementation of a server for version 3
|
|
||||||
mosquitto: of the Message Queue Telemetry Transport (MQTT) protocol. IBM have a
|
|
||||||
mosquitto: closed source version of this server known as Really Small Message
|
|
||||||
mosquitto: Broker (RSMB). The plan is to make mosquitto a more or less drop in
|
|
||||||
mosquitto: replacement for RSMB.
|
|
||||||
mosquitto:
|
|
||||||
mosquitto: Mosquitto was written by Roger Light <roger@atchoo.org>
|
|
||||||
mosquitto:
|
mosquitto:
|
||||||
|
mosquitto: Eclipse Mosquitto (TM) is an open source (EPL/EDL licensed) message
|
||||||
|
mosquitto: broker that implements the MQTT protocol versions 3.1 and 3.1.1.
|
||||||
|
mosquitto: MQTT provides a lightweight method of carrying out messaging using a
|
||||||
|
mosquitto: publish/subscribe model. This makes it suitable for "Internet of
|
||||||
|
mosquitto: Things" messaging such as with low power sensors or mobile devices
|
||||||
|
mosquitto: such as phones, embedded computers or microcontrollers like the
|
||||||
|
mosquitto: Arduino.
|
||||||
mosquitto:
|
mosquitto:
|
||||||
|
mosquitto: Mosquitto is an iot.eclipse.org project.
|
||||||
|
|
Loading…
Reference in a new issue