Go to file
Roger A. Light a285c6ce5c Add -1 (oneshot) option to mosquitto_sub.
Thanks to JP Mens.
2014-05-25 00:49:08 +01:00
client Add -1 (oneshot) option to mosquitto_sub. 2014-05-25 00:49:08 +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 Initial contribution. 2014-05-07 23:27:00 +01:00
lib Fix topic matching edge case. 2014-05-08 22:56:16 +01:00
logo Initial contribution. 2014-05-07 23:27:00 +01:00
man Add -1 (oneshot) option to mosquitto_sub. 2014-05-25 00:49:08 +01:00
misc/currentcost Initial contribution. 2014-05-07 23:27:00 +01:00
security Initial contribution. 2014-05-07 23:27:00 +01:00
service Initial contribution. 2014-05-07 23:27:00 +01:00
src Default TLS mode now accepts TLS v1.2, v1.1 and v1.0. 2014-05-24 23:18:54 +01:00
test Fix topic matching edge case. 2014-05-08 22:56:16 +01:00
.gitignore Initial contribution. 2014-05-07 23:27:00 +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 -1 (oneshot) option to mosquitto_sub. 2014-05-25 00:49:08 +01:00
changeset Initial contribution. 2014-05-07 23:27:00 +01:00
CMakeLists.txt Initial contribution. 2014-05-07 23:27:00 +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 Initial contribution. 2014-05-07 23:27:00 +01:00
CONTRIBUTING.md Eclipse required files. 2014-05-08 22:41:59 +01: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 Initial contribution. 2014-05-07 23:27:00 +01:00
mosquitto.conf Default TLS mode now accepts TLS v1.2, v1.1 and v1.0. 2014-05-24 23:18:54 +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>