-
Notifications
You must be signed in to change notification settings - Fork 0
Command Line Parameters
hobbyquaker edited this page Nov 12, 2017
·
8 revisions
Usage: mqttdb [options]
Options:
-v, --verbosity possible values: "error", "warn", "info", "debug"
[default: "info"]
-n, --name instance name. used as mqtt client id and as prefix for
connected topic [default: "db"]
-u, --url mqtt broker url. [default: "mqtt://127.0.0.1"]
-p, --web-port web server port [default: 8092]
-i, --web-interface web server interface [default: "0.0.0.0"]
-x, --web-disable diable web server
-w, --workers number of worker processes [default: 4]
-r, --retain-disable disable retained publish of docs and views
-s, --script-timeout timeout in milliseconds for map/reduce script execution
[default: 10000]
-h, --help Show help [boolean]
--version Show version number [boolean]
You can also connect to the MQTT Broker via Websocket and/or use TLS, authentication is supported by the --url
parameter as well. Use e.g mqtts://user:password@192.168.2.200:1884
for a MQTT over TLS connection. For Websockets
use ws://
respectively wss://
as protocol.
Proceed to WebUI.
mqttDB copyright (c) 2017 Sebastian Raff. MIT License