|
|
|
@ -11,19 +11,20 @@ subscribing.
|
|
|
|
|
See the following links for more information on MQTT:
|
|
|
|
|
|
|
|
|
|
- Community page: <http://mqtt.org/>
|
|
|
|
|
- MQTT v3.1.1 standard: <http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/mqtt-v3.1.1.html>
|
|
|
|
|
- MQTT v3.1.1 standard: <https://docs.oasis-open.org/mqtt/mqtt/v3.1.1/mqtt-v3.1.1.html>
|
|
|
|
|
- MQTT v5.0 standard: <https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.html>
|
|
|
|
|
|
|
|
|
|
Mosquitto project information is available at the following locations:
|
|
|
|
|
|
|
|
|
|
- Main homepage: <http://mosquitto.org/>
|
|
|
|
|
- Main homepage: <https://mosquitto.org/>
|
|
|
|
|
- Find existing bugs or submit a new bug: <https://github.com/eclipse/mosquitto/issues>
|
|
|
|
|
- Source code repository: <https://github.com/eclipse/mosquitto>
|
|
|
|
|
|
|
|
|
|
There is also a public test server available at <http://test.mosquitto.org/>
|
|
|
|
|
There is also a public test server available at <https://test.mosquitto.org/>
|
|
|
|
|
|
|
|
|
|
## Installing
|
|
|
|
|
|
|
|
|
|
See <http://mosquitto.org/download/> for details on installing binaries for
|
|
|
|
|
See <https://mosquitto.org/download/> for details on installing binaries for
|
|
|
|
|
various platforms.
|
|
|
|
|
|
|
|
|
|
## Quick start
|
|
|
|
@ -44,17 +45,17 @@ And to publish a message:
|
|
|
|
|
## Documentation
|
|
|
|
|
|
|
|
|
|
Documentation for the broker, clients and client library API can be found in
|
|
|
|
|
the man pages, which are available online at <http://mosquitto.org/man/>. There
|
|
|
|
|
the man pages, which are available online at <https://mosquitto.org/man/>. There
|
|
|
|
|
are also pages with an introduction to the features of MQTT, the
|
|
|
|
|
`mosquitto_passwd` utility for dealing with username/passwords, and a
|
|
|
|
|
description of the configuration file options available for the broker.
|
|
|
|
|
|
|
|
|
|
Detailed client library API documentation can be found at <http://mosquitto.org/api/>
|
|
|
|
|
Detailed client library API documentation can be found at <https://mosquitto.org/api/>
|
|
|
|
|
|
|
|
|
|
## Building from source
|
|
|
|
|
|
|
|
|
|
To build from source the recommended route for end users is to download the
|
|
|
|
|
archive from <http://mosquitto.org/download/>.
|
|
|
|
|
archive from <https://mosquitto.org/download/>.
|
|
|
|
|
|
|
|
|
|
On Windows and Mac, use `cmake` to build. On other platforms, just run `make`
|
|
|
|
|
to build. For Windows, see also `readme-windows.md`.
|
|
|
|
|