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
Bart Van Der Meerssche 59eb5a65bf include a switch to disable elliptic curve support in the broker
Change-Id: Ic874a92b79b32b4ebd2b8130fefe2b31fddd43b6
Signed-off-by: Bart Van Der Meerssche <bart@flukso.net>
11 years ago
client Allow comments in config files. 12 years ago
doc/historical Initial contribution. 12 years ago
examples Initial contribution. 12 years ago
installer Initial contribution. 12 years ago
lib Fix topic matching edge case. 12 years ago
logo Initial contribution. 12 years ago
man Allow comments in config files. 12 years ago
misc/currentcost Initial contribution. 12 years ago
security Initial contribution. 12 years ago
service Initial contribution. 12 years ago
src include a switch to disable elliptic curve support in the broker 11 years ago
test Fix topic matching edge case. 12 years ago
.gitignore Initial contribution. 12 years ago
CMakeLists.txt Initial contribution. 12 years ago
CONTRIBUTING.md Eclipse required files. 12 years ago
ChangeLog.txt Support for ECDHE-ECDSA family ciphers. 11 years ago
LICENSE.txt Initial contribution. 12 years ago
Makefile Initial contribution. 12 years ago
THANKS.txt Initial contribution. 12 years ago
about.html Eclipse required files. 12 years ago
aclfile.example Initial contribution. 12 years ago
changeset Initial contribution. 12 years ago
compiling.txt Initial contribution. 12 years ago
config.h Initial contribution. 12 years ago
config.mk include a switch to disable elliptic curve support in the broker 11 years ago
edl-v10 Initial contribution. 12 years ago
epl-v10 Initial contribution. 12 years ago
mosquitto.conf Default TLS mode now accepts TLS v1.2, v1.1 and v1.0. 12 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 Old -> Eclipse changes. 12 years ago

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