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
jbwdevries 1c90a4487c Fixes a bug where the C++ wrapper would always claim SOCKS was not supported. (#198)
The WITH_* flags are not handed over to the C++ wrapper, instead it relies on
the actual library to check status.

Signed-off-by: Johan de Vries (Ubuntu VM) <devries@wivion.nl>
9 years ago
client Incorrect quoting. 10 years ago
doc/historical Initial contribution. 12 years ago
examples Fix example for libmosquittopp virtual destructor change. 11 years ago
installer Bump version number. 9 years ago
lib Fixes a bug where the C++ wrapper would always claim SOCKS was not supported. (#198) 9 years ago
logo Initial contribution. 12 years ago
man [170] Fix WS listeners not being able to bind to an IP. 9 years ago
misc/currentcost Fix minor test problems highlighted by codacy.com. 10 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 O_DIRECTORY not supported everywhere, use O_RDONLY. 9 years ago
test Fix mosquitto_topic_matches_sub(). 9 years ago
.gitignore Use hash for message store to speed up loading. 11 years ago
.travis.yml Updated travis config for fixes branch. 10 years ago
CMakeLists.txt Bump version number. 9 years ago
CONTRIBUTING.md Update for github. 10 years ago
ChangeLog.txt [189] Call fsync after persisting data. 9 years ago
LICENSE.txt Initial contribution. 12 years ago
Makefile [184] Don't attempt to install docs when WITH_DOCS=no. 9 years ago
THANKS.txt [470253] Fix potential memory leaks. 10 years ago
about.html Eclipse required files. 12 years ago
aclfile.example Initial contribution. 12 years ago
appveyor.yml Bump appveyor openssl version. 9 years ago
compiling.txt Add dependencies to compiling.txt. 11 years ago
config.h Fix building on Visual Studio 2015 10 years ago
config.mk Bump version number. 9 years ago
edl-v10 Initial contribution. 12 years ago
epl-v10 Initial contribution. 12 years ago
mosquitto.conf [170] Fix WS listeners not being able to bind to an IP. 9 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 Windows installer updates. 11 years ago
readme.md Readme to markdown. 10 years ago
set-version.sh Bump version number. 9 years ago

readme.md

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:

Mosquitto project information is available at the following locations:

There is also a public test server available at http://test.mosquitto.org/

Mosquitto was written by Roger Light roger@atchoo.org