Go to file
2014-09-23 00:32:34 +01:00
client Don't display usage information on every error. 2014-09-10 16:10:53 +01:00
doc/historical
examples
installer Bump version number. 2014-05-26 18:03:21 +01:00
lib Use own linked list for storing disused contexts for freeing. 2014-09-22 23:35:09 +01:00
logo
man Add http_dir option (not yet used). 2014-09-08 18:21:53 +01:00
misc/currentcost
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 Fix potential memory leak from context->current_out_packet. 2014-09-23 00:32:34 +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
aclfile.example
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
config.h Use mosquitto memory allocation functions in uthash, to give better heap reporting. 2014-09-17 22:58:46 +01:00
config.mk Remove python reference in config.mk. 2014-09-17 22:45:44 +01:00
CONTRIBUTING.md
edl-v10
epl-v10
LICENSE.txt
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
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 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>