Files
tldr/pages.zh/common/mosquitto.md

20 lines
323 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# mosquitto
> 一个MQTT代理。
> 更多信息:<https://mosquitto.org/>.
- 启动Mosquitto
`mosquitto`
- 指定要使用的配置文件:
`mosquitto --config-file {{path/to/file.conf}}`
- 在特定端口上监听:
`mosquitto --port {{8883}}`
- 通过在后台分叉来守护进程:
`mosquitto --daemon`