UNPKG
mqtt-ws
Version:
latest (0.2.0)
0.2.0
0.1.0
a Node.js MQTT/WebSocket bridge
M2MConnections/mqtt-ws
mqtt-ws
/
example
/
config.json
22 lines
•
366 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"mqtt"
:
{
"host"
:
"mqttHost"
,
"port"
:
1883
}
,
"websocket"
:
{
"port"
:
8080
}
,
"log4js"
:
{
"appenders"
:
[
{
"type"
:
"console"
}
,
{
"type"
:
"file"
,
"filename"
:
"mqttwsBridge.log"
,
"maxLogSize"
:
1024
,
"backups"
:
3
}
]
}
}