Go to file
Roger A. Light bad7ec75f0 Temporarily disable ACL checks on subscriptions when using MQTT v3.1.1.
This is due to the complexity of checking wildcard ACLs against wildcard
subscriptions. This does not have a negative impact on security because
checks are still made before a message is sent to a client.  Fixes bug

Thanks to Jan-Piet Mens and Christoph Krey.
2014-10-08 21:16:34 +01:00
client Fix SRV support when building with CMake. 2014-05-19 22:03:26 +01:00
doc/historical Initial contribution. 2014-05-07 23:27:00 +01:00
examples Initial contribution. 2014-05-07 23:27:00 +01:00
installer Bump version number. 2014-08-06 00:28:15 +01:00
lib Fix mutex being incorrectly passed by value. Fixes bug #1373785. 2014-10-05 21:56:44 +01:00
logo Initial contribution. 2014-05-07 23:27:00 +01:00
man Backout changeset 818550be2d1ba200c14e9d63551982e50f4384f2. 2014-08-02 21:42:41 +01:00
misc/currentcost Initial contribution. 2014-05-07 23:27:00 +01:00
security Initial contribution. 2014-05-07 23:27:00 +01:00
service Initial contribution. 2014-05-07 23:27:00 +01:00
src Temporarily disable ACL checks on subscriptions when using MQTT v3.1.1. 2014-10-08 21:16:34 +01:00
test Fix test. 2014-08-02 22:17:30 +01:00
.gitignore Initial contribution. 2014-05-07 23:27:00 +01:00
about.html Eclipse required files. 2014-05-08 22:41:59 +01:00
aclfile.example Initial contribution. 2014-05-07 23:27:00 +01:00
ChangeLog.txt Temporarily disable ACL checks on subscriptions when using MQTT v3.1.1. 2014-10-08 21:16:34 +01:00
changeset Initial contribution. 2014-05-07 23:27:00 +01:00
CMakeLists.txt Bump version number. 2014-08-06 00:28:15 +01:00
compiling.txt Initial contribution. 2014-05-07 23:27:00 +01:00
config.h Initial contribution. 2014-05-07 23:27:00 +01:00
config.mk Bump version number. 2014-08-06 00:28:15 +01:00
CONTRIBUTING.md Update contributing limits. 2014-10-31 17:24:19 +00:00
edl-v10 Initial contribution. 2014-05-07 23:27:00 +01:00
epl-v10 Initial contribution. 2014-05-07 23:27:00 +01:00
LICENSE.txt Initial contribution. 2014-05-07 23:27:00 +01:00
Makefile add a switch for auto doc building 2014-07-03 22:27:54 +02:00
mosquitto.conf Backout changeset c7589b77956c5bac076ae23905fbfc8902d69dc5. 2014-08-02 21:48:08 +01:00
notice.html Eclipse required files. 2014-05-08 22:41:59 +01:00
pskfile.example Initial contribution. 2014-05-07 23:27:00 +01:00
pwfile.example Initial contribution. 2014-05-07 23:27:00 +01:00
readme-windows.txt Initial contribution. 2014-05-07 23:27:00 +01:00
readme.txt Supports 3.1.1 now. 2014-08-02 20:18:44 +01:00
THANKS.txt Initial contribution. 2014-05-07 23:27:00 +01:00

Mosquitto
=========

Mosquitto is an open source implementation of a server for version 3.1 and
3.1.1 of the MQTT protocol.

See the following links for more information on MQTT:

http://mqtt.org/
http://www.ibm.com/developerworks/webservices/library/ws-mqtt/index.html

Mosquitto project information is available at the following locations:

http://mosquitto.org/ (main homepage)
https://bugs.eclipse.org/bugs/buglist.cgi?product=Mosquitto (Find bugs)
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Mosquitto (Submit bugs)
http://git.eclipse.org/c/mosquitto/org.eclipse.mosquitto.git/ (source code repository, web interface

There is also a public test server available at http://test.mosquitto.org/

Mosquitto was written by Roger Light <roger@atchoo.org>