FolusWen 713ef6e599 [Improve][GPL][GLIBC / Openssl / Lighttpd / Openvpn / Curl / Tcpdump / Wget / LibWebsocket / Mosquitto] vor 2 Jahren
..
apps 713ef6e599 [Improve][GPL][GLIBC / Openssl / Lighttpd / Openvpn / Curl / Tcpdump / Wget / LibWebsocket / Mosquitto] vor 2 Jahren
client 713ef6e599 [Improve][GPL][GLIBC / Openssl / Lighttpd / Openvpn / Curl / Tcpdump / Wget / LibWebsocket / Mosquitto] vor 2 Jahren
cmake b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
deps b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
examples b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
include b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
installer b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
lib 713ef6e599 [Improve][GPL][GLIBC / Openssl / Lighttpd / Openvpn / Curl / Tcpdump / Wget / LibWebsocket / Mosquitto] vor 2 Jahren
logo b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
man 38bc0f654a [Add][rootfs][lib_mosquitto] vor 3 Jahren
misc b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
plugins 713ef6e599 [Improve][GPL][GLIBC / Openssl / Lighttpd / Openvpn / Curl / Tcpdump / Wget / LibWebsocket / Mosquitto] vor 2 Jahren
release 713ef6e599 [Improve][GPL][GLIBC / Openssl / Lighttpd / Openvpn / Curl / Tcpdump / Wget / LibWebsocket / Mosquitto] vor 2 Jahren
security b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
service b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
snap b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
src 713ef6e599 [Improve][GPL][GLIBC / Openssl / Lighttpd / Openvpn / Curl / Tcpdump / Wget / LibWebsocket / Mosquitto] vor 2 Jahren
test b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
CMakeLists.txt b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
CONTRIBUTING.md b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
ChangeLog.txt b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
LICENSE.txt b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
Makefile 38bc0f654a [Add][rootfs][lib_mosquitto] vor 3 Jahren
NOTICE.md b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
README-compiling.md b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
README-letsencrypt.md b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
README-windows.txt b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
README.md b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
about.html b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
aclfile.example b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
config.h b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
config.mk 38bc0f654a [Add][rootfs][lib_mosquitto] vor 3 Jahren
edl-v10 b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
epl-v20 b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
libmosquitto.pc.in b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
libmosquittopp.pc.in b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
mosquitto.conf b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
pskfile.example b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren
pwfile.example b3d0b43338 [Add][GPL][Mosquitto] vor 3 Jahren

README-compiling.md

The following packages can be used to add features to mosquitto. All of them are optional.

  • openssl
  • c-ares (for DNS-SRV support, disabled by default)
  • tcp-wrappers (optional, package name libwrap0-dev)
  • libwebsockets (optional, disabled by default, version 2.4 and above)
  • cJSON (optional but recommended, for dynamic-security plugin support, and JSON output from mosquitto_sub/mosquitto_rr)
  • libsystemd-dev (optional, if building with systemd support on Linux)
  • On Windows, a pthreads library is required if threading support is to be included.
  • xsltproc (only if building from git)
  • docbook-xsl (only if building from git)

To compile, run "make", but also see the file config.mk for more details on the various options that can be compiled in.

Where possible use the Makefiles to compile. This is particularly relevant for the client libraries as symbol information will be included. Use cmake to compile on Windows or Mac.

If you have any questions, problems or suggestions (particularly related to installing on a more unusual device) then please get in touch using the details in README.md.