1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-26 01:15:26 +02:00
tldr/pages/common/mosquitto.md

21 lines
372 B
Markdown
Raw Normal View History

2019-08-09 17:08:35 +01:00
# mosquitto
> An MQTT broker.
2025-05-11 20:01:53 +03:00
> More information: <https://mosquitto.org/man/mosquitto-8.html>.
2019-08-09 17:08:35 +01:00
- Start Mosquitto:
2019-08-09 17:08:35 +01:00
`mosquitto`
- Specify a configuration file to use:
2025-05-11 20:01:53 +03:00
`mosquitto {{[-c|--config-file]}} {{path/to/file.conf}}`
2019-08-09 17:08:35 +01:00
- Listen on a specific port:
2025-05-11 20:01:53 +03:00
`mosquitto {{[-p|--port]}} {{8883}}`
2019-08-09 17:08:35 +01:00
- Daemonize by forking into the background:
2025-05-11 20:01:53 +03:00
`mosquitto {{[-d|--daemon]}}`