mosquitto: add page (#3231)

italian
Starbeamrainbowlabs 2019-08-09 17:08:35 +01:00 committed by Agniva De Sarker
parent 5d7595c38e
commit 759f517360
1 changed files with 20 additions and 0 deletions

20
pages/common/mosquitto.md Normal file
View File

@ -0,0 +1,20 @@
# mosquitto
> An MQTT broker.
> More information: <https://mosquitto.org/>.
- Start mosquitto:
`mosquitto`
- Specify a configuration file to use:
`mosquitto --config-file {{path/to/file.conf}}`
- Listen on a specific port:
`mosquitto --port {{8883}}`
- Daemonize by forking into the background:
`mosquitto --daemon`