Eclipse Mosquitto - An open source MQTT broker
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Roger A. Light a8fedf794f Fix example for libmosquittopp virtual destructor change. 11 years ago
client [453850] Add -C option to mosquitto_sub. 11 years ago
doc/historical Initial contribution. 12 years ago
examples Fix example for libmosquittopp virtual destructor change. 11 years ago
installer Bump version number. 11 years ago
lib Fix client CONNECT packet on MQTT v3.1.1. 11 years ago
logo Initial contribution. 12 years ago
man [453850] Add -C option to mosquitto_sub. 11 years ago
misc/currentcost Initial contribution. 12 years ago
security Fix apparmor profile to match debian packaging. 11 years ago
service Match upstart prefix to default config.mk. 11 years ago
src Close and reopen log_dest file on HUP. 11 years ago
test [458353] Fix typo in test. 11 years ago
.gitignore Use hash for message store to speed up loading. 11 years ago
CMakeLists.txt Add more details on how to build Mosquitto. 11 years ago
CONTRIBUTING.md Update contributing limits. 11 years ago
ChangeLog.txt When using "log_dest file" the output file is now flushed periodically. 11 years ago
LICENSE.txt Initial contribution. 12 years ago
Makefile Add more details on how to build Mosquitto. 11 years ago
THANKS.txt Initial contribution. 12 years ago
about.html Eclipse required files. 12 years ago
aclfile.example Initial contribution. 12 years ago
compiling.txt Add dependencies to compiling.txt. 11 years ago
config.h Windows related fixes. 11 years ago
config.mk Add more details on how to build Mosquitto. 11 years ago
edl-v10 Initial contribution. 12 years ago
epl-v10 Initial contribution. 12 years ago
mosquitto.conf [431780] ACL files can contain a space in username/topic. 11 years ago
notice.html Eclipse required files. 12 years ago
pskfile.example Initial contribution. 12 years ago
pwfile.example Initial contribution. 12 years ago
readme-windows.txt Initial contribution. 12 years ago
readme.txt Supports 3.1.1 now. 11 years ago

readme.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>