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
Matteo Croce 59c80d9197 Add MQTT URL scheme support
Add option -L to specify user, password, hostname, port and topic at once.
The URL must provided with the -L or --url in the form:
mqtt(s)://[username[:password]@]host[:port]/topic

Change-Id: Ia626a28981a38807a254ae32c6ffb29b122b8a28
Signed-off-by: Matteo Croce <matteo@openwrt.org>
10 years ago
client Add MQTT URL scheme support 10 years ago
doc/historical Initial contribution. 12 years ago
examples Reorder helper function arguments for consistency. 10 years ago
installer Bump version number. 10 years ago
lib Merge branch 'develop' of ssh://git.eclipse.org:29418/mosquitto/org.eclipse.mosquitto into develop 10 years ago
logo Initial contribution. 12 years ago
man Add MQTT URL scheme support 10 years ago
misc/currentcost misc code updates. 10 years ago
security Fix apparmor profile to match debian packaging. 11 years ago
service [471053] Add systemd support and services. 10 years ago
src Fix incorrect calloc/mosquitto__free pair. 10 years ago
test Merge remote-tracking branch 'remotes/origin/master' into develop 10 years ago
.gitignore Use hash for message store to speed up loading. 11 years ago
.travis.yml Add tests for cmake builds and use on travis. 10 years ago
CMakeLists.txt Add tests for cmake builds and use on travis. 10 years ago
CONTRIBUTING.md Contributing note. 10 years ago
ChangeLog.txt Default to using MQTT v3.1.1. 10 years ago
LICENSE.txt Initial contribution. 12 years ago
Makefile Readme to markdown. 10 years ago
THANKS.txt Merge remote-tracking branch 'remotes/origin/master' into develop 10 years ago
about.html Eclipse required files. 12 years ago
aclfile.example Initial contribution. 12 years ago
appveyor.yml Consistent installer naming. 10 years ago
compiling.txt Minimum supported libwebsockets version is now 1.3. 10 years ago
config.h Merge remote-tracking branch 'remotes/origin/master' into develop 10 years ago
config.mk Bump version number. 10 years ago
edl-v10 Initial contribution. 12 years ago
epl-v10 Initial contribution. 12 years ago
mosquitto.conf Default to using MQTT v3.1.1. 10 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

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