Go to file
2014-09-15 22:13:13 +01:00
client Don't display usage information on every error. 2014-09-10 16:10:53 +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-05-26 18:03:21 +01:00
lib Expose mosquitto_pub_topic_check() and mosquitto_sub_topic_check(). 2014-09-10 15:57:20 +01:00
logo Initial contribution. 2014-05-07 23:27:00 +01:00
man Add http_dir option (not yet used). 2014-09-08 18:21:53 +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 Initial contribution. 2014-05-07 23:27:00 +01:00
src Remove compilation warnings for various configurations. 2014-09-15 22:13:13 +01:00
test Don't free here, leads to potential double free. 2014-07-03 17:37:31 +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 Add mosquitto_threaded_set(). 2014-07-02 20:45:26 +01:00
CMakeLists.txt Bump version number. 2014-05-26 18:03:21 +01:00
compiling.txt Initial contribution. 2014-05-07 23:27:00 +01:00
config.h Initial contribution. 2014-05-07 23:27:00 +01:00
config.mk Make uuid linking optional. 2014-06-18 22:57:55 +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 Removed $SYS/broker/changeset. 2014-06-23 18:37:15 +01:00
mosquitto.conf Add http_dir option (not yet used). 2014-09-08 18:21:53 +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 Old -> Eclipse changes. 2014-05-08 22:40:21 +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 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>