Go to file
Roger A. Light 22fee31ba4 [464436] Library: Fix outgoing QoS 2 message problem.
Inflight message count wasn't being decreased for outgoing messages using
QoS 2, meaning that only up to 20 QoS 2 messages could be sent. This has
been fixed.

Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=464436
2015-04-11 11:32:33 +01:00
client Fix usage text. 2015-02-14 13:10:07 +00: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 version number. 2015-04-03 07:57:30 +01:00
lib [464436] Library: Fix outgoing QoS 2 message problem. 2015-04-11 11:32:33 +01:00
logo Initial contribution. 2014-05-07 23:27:00 +01:00
man Add websockets logging options. 2015-02-13 22:57:49 +00: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 Match upstart prefix to default config.mk. 2014-09-21 21:57:53 +01:00
src Fix possible minor memory leak on acl parsing. 2015-03-30 22:26:44 +01:00
test Disable fake ca test. 2015-02-09 22:14:00 +00: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 Use var for ssl package version. 2015-03-29 11:41:17 +01:00
ChangeLog.txt [464436] Library: Fix outgoing QoS 2 message problem. 2015-04-11 11:32:33 +01:00
CMakeLists.txt Bump version number. 2015-04-03 07:57:30 +01:00
compiling.txt Add dependencies to compiling.txt. 2014-10-31 20:19:48 +00:00
config.h Windows related fixes. 2014-10-26 21:17:08 +00:00
config.mk Bump version number. 2015-04-03 07:57:30 +01: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 Add websockets logging options. 2015-02-13 22:57:49 +00: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 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>