Go to file
Roger A. Light e3bf10cd9a Change the way that new clients with match client ids are dealt with.
This change means that the connection isn't swapped from new context to
old, which makes dealing with websockets lots easier. It does require
that clients storing a list of their subscriptons.
2014-10-12 11:38:21 +01:00
client Add experimental SOCKS5 support for the clients. 2014-09-30 00:56:57 +01:00
doc/historical
examples
installer Bump version number. 2014-10-08 22:29:07 +01:00
lib Client structs store sub information to make _subs_clean_session more efficient. 2014-10-09 23:28:16 +01:00
logo
man Merge 1.3.2-1.3.5 into 1.4. 2014-10-12 11:17:13 +01:00
misc/currentcost
security
service
src Change the way that new clients with match client ids are dealt with. 2014-10-12 11:38:21 +01:00
test Merge 1.3.2-1.3.5 into 1.4. 2014-10-12 11:17:13 +01:00
.gitignore
about.html
aclfile.example
ChangeLog.txt Merge 1.3.2-1.3.5 into 1.4. 2014-10-12 11:17:13 +01:00
CMakeLists.txt Bump version number. 2014-10-08 22:29:07 +01:00
compiling.txt
config.h
config.mk Merge 1.3.2-1.3.5 into 1.4. 2014-10-12 11:17:13 +01:00
CONTRIBUTING.md
edl-v10
epl-v10
LICENSE.txt
Makefile
mosquitto.conf Merge 1.3.2-1.3.5 into 1.4. 2014-10-12 11:17:13 +01:00
notice.html
pskfile.example
pwfile.example
readme-windows.txt
readme.txt
THANKS.txt

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>