Go to file
2014-10-24 21:57:33 +01:00
client Add experimental SOCKS5 support for the clients. 2014-09-30 00:56:57 +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-10-08 22:29:07 +01:00
lib Make bridge connections non-blocking for non-TLS connections. 2014-10-24 21:28:24 +01:00
logo Initial contribution. 2014-05-07 23:27:00 +01:00
man Merge 1.3.2-1.3.5 into 1.4. 2014-10-12 11:17:13 +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 Match upstart prefix to default config.mk. 2014-09-21 21:57:53 +01:00
src Declare variables before code. 2014-10-24 21:57:33 +01:00
test Merge 1.3.2-1.3.5 into 1.4. 2014-10-12 11:17:13 +01:00
.gitignore Tests can now use valgrind. 2014-06-26 23:12:55 +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 SRV support is now not compiled in by default. 2014-10-17 22:11:14 +01:00
CMakeLists.txt Bump version number. 2014-10-08 22:29:07 +01:00
compiling.txt Initial contribution. 2014-05-07 23:27:00 +01:00
config.h Use mosquitto memory allocation functions in uthash, to give better heap reporting. 2014-09-17 22:58:46 +01:00
config.mk SRV support is now not compiled in by default. 2014-10-17 22:11:14 +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 Merge 1.3.2-1.3.5 into 1.4. 2014-10-12 11:17:13 +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>