Go to file
2014-11-20 21:13:21 +00:00
client Remove dead code. 2014-11-17 21:00:49 +00: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 Fix use of "dup" with pubrel, subscribe, unsubscribe. 2014-11-19 21:28:52 +00:00
logo Initial contribution. 2014-05-07 23:27:00 +01:00
man Add log_facility for non-Windows OSs. 2014-11-02 21:49:33 +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 Protect stored messages from removal when queing. 2014-11-20 21:13:21 +00:00
test Fix use of "dup" with pubrel, subscribe, unsubscribe. 2014-11-19 21:28:52 +00:00
.gitignore Use hash for message store to speed up loading. 2014-11-17 22:54:39 +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
ChangeLog.txt Add log_facility for non-Windows OSs. 2014-11-02 21:49:33 +00:00
CMakeLists.txt Windows related fixes. 2014-10-26 21:17:08 +00: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 Allow plugins to call mosquitto_log_printf() (Linux only at the moment). 2014-11-03 08:45:56 +00: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 Removed $SYS/broker/changeset. 2014-06-23 18:37:15 +01:00
mosquitto.conf Add log_facility for non-Windows OSs. 2014-11-02 21:49:33 +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 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>