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

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.