Go to file
Roger A. Light 3f86d316d8 Allow mosquitto__free(NULL).
Remove all unnecessary "if(X)" before a call to mosquitto__free.
2015-08-18 14:53:22 +01:00
client Use mosquitto_strerror() instead of displaying the rc. 2015-08-17 11:59:29 +01:00
doc/historical Initial contribution. 2014-05-07 23:27:00 +01:00
examples Fix example for libmosquittopp virtual destructor change. 2015-02-08 20:30:12 +00:00
installer Bump to development version. 2015-04-04 21:26:08 +01:00
lib Allow mosquitto__free(NULL). 2015-08-18 14:53:22 +01:00
logo Initial contribution. 2014-05-07 23:27:00 +01:00
man [464543] Run default checks after plugins. 2015-06-29 23:31:39 +01:00
misc/currentcost Initial contribution. 2014-05-07 23:27:00 +01:00
security Fix apparmor profile to match debian packaging. 2014-07-28 09:22:20 +01:00
service [471053] Add systemd support and services. 2015-06-26 10:29:39 +02:00
src Allow mosquitto__free(NULL). 2015-08-18 14:53:22 +01:00
test Outgoing messages with QoS>0 are no longer retried after a timeout. 2015-05-24 11:59:53 +01:00
.gitignore Use hash for message store to speed up loading. 2014-11-17 22:54:39 +00:00
.travis.yml Need stylesheets. 2015-02-09 22:11:07 +00: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
appveyor.yml SF mirror changed. 2015-06-29 22:27:29 +01:00
ChangeLog.txt Minimum supported libwebsockets version is now 1.3. 2015-07-08 09:07:48 +01:00
CMakeLists.txt Bump to development version. 2015-04-04 21:26:08 +01:00
compiling.txt Minimum supported libwebsockets version is now 1.3. 2015-07-08 09:07:48 +01:00
config.h Change internal funcs _foo_bar() to foo__bar(). 2015-04-19 22:10:59 +01:00
config.mk [471053] Add systemd support and services. 2015-06-26 10:29:39 +02:00
CONTRIBUTING.md Fix git links. 2014-11-25 23:29:24 +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 Fix dist root files. 2015-02-18 00:11:28 +00:00
mosquitto.conf [464543] Run default checks after plugins. 2015-06-29 23:31:39 +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 Windows installer updates. 2015-03-02 22:12:50 +00:00
readme.txt Supports 3.1.1 now. 2014-08-02 20:18:44 +01:00
THANKS.txt [469467] Fixes and documentation to use_subject_as_username patch. 2015-06-12 22:52:15 +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>