Go to file
Roger Light e5cc63a89b Fix subscriptions sometimes being deleted.
Fix subscriptions being deleted when clients subscribed to a topic
beginning with a $ but that is not $SYS.

Thanks to David Woodward.
2014-05-08 23:05:34 +01:00
client
doc/historical
examples
installer
lib Fix topic matching edge case. 2014-05-08 22:56:16 +01:00
logo
man
misc/currentcost
security
service
src Fix subscriptions sometimes being deleted. 2014-05-08 23:05:34 +01:00
test Fix topic matching edge case. 2014-05-08 22:56:16 +01:00
.gitignore
about.html Eclipse required files. 2014-05-08 22:41:59 +01:00
aclfile.example
ChangeLog.txt Fix subscriptions sometimes being deleted. 2014-05-08 23:05:34 +01:00
changeset
CMakeLists.txt
compiling.txt
config.h
config.mk
CONTRIBUTING.md Eclipse required files. 2014-05-08 22:41:59 +01:00
edl-v10
epl-v10
LICENSE.txt
Makefile
mosquitto.conf
notice.html Eclipse required files. 2014-05-08 22:41:59 +01:00
pskfile.example
pwfile.example
readme-windows.txt
readme.txt Old -> Eclipse changes. 2014-05-08 22:40:21 +01:00
THANKS.txt

Mosquitto
=========

Mosquitto is an open source implementation of a server for version 3.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>