Go to file
Lance Chen a9b7237d09
Install/Uninstall the C static library
Symbol stripping is done explicitly with strip command,
since stripping with install command removes too many
symbols, making the result library unusable.

Signed-off-by: Lance Chen <cyen0312@gmail.com>
2016-06-02 18:02:22 +08:00
client Default to using port 8883 when using TLS. 2016-05-16 21:56:15 +01:00
doc/historical Initial contribution. 2014-05-07 23:27:00 +01:00
examples Improve example. 2016-05-15 22:34:52 +01:00
installer Consistent installer naming. 2015-09-22 15:29:56 +01:00
lib Install/Uninstall the C static library 2016-06-02 18:02:22 +08:00
logo Initial contribution. 2014-05-07 23:27:00 +01:00
man Default to using port 8883 when using TLS. 2016-05-16 21:56:15 +01:00
misc/currentcost misc code updates. 2015-08-26 20:59:19 +01:00
security Fix apparmor profile to match debian packaging. 2014-07-28 09:22:20 +01:00
service Add default config path to systemd services. (#139) 2016-04-19 22:38:44 +01:00
src Merge pull request #141 from PierreF/large-queued-performance-2 2016-05-15 22:31:35 +01:00
test Fix some defects discovered by coverity. 2016-03-18 11:54:36 +00:00
.gitignore Ignore generated test files. 2016-03-19 21:29:48 +00:00
.travis.yml Fix some defects discovered by coverity. 2016-03-18 11:54:36 +00: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
appveyor.yml Consistent installer naming. 2015-09-22 15:29:56 +01:00
ChangeLog.txt Default to using port 8883 when using TLS. 2016-05-16 21:56:15 +01:00
CMakeLists.txt Only include man subdirectory if the DOCUMENTATION option is on 2016-04-19 16:55:51 -05:00
compiling.txt Minimum supported libwebsockets version is now 1.3. 2015-07-08 09:07:48 +01:00
config.h Merge remote-tracking branch 'remotes/origin/master' into develop 2015-09-09 22:02:46 +01:00
config.mk Disable support for DNS SRV by default. 2015-09-22 15:28:28 +01:00
CONTRIBUTING.md Update for github. 2016-04-26 16:25:49 +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 Readme to markdown. 2015-06-05 09:11:59 +01:00
mosquitto.conf Default to using MQTT v3.1.1. 2016-02-05 21:22:42 +00: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 Windows installer updates. 2015-03-02 22:12:50 +00:00
readme.md Readme to markdown. 2015-06-05 09:11:59 +01:00
THANKS.txt Merge remote-tracking branch 'remotes/origin/master' into develop 2015-09-09 22:02:46 +01:00
travis-configure.sh Merging travis config changes across branches. 2016-03-15 11:44:23 +00:00
travis-install.sh Merging travis config changes across branches. 2016-03-15 11:44:23 +00:00

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