Documentation ¶
Index ¶
Constants ¶
View Source
const ( // the bind address on which the MQTT broker listens on CfgMQTTBindAddress = "mqtt.bindAddress" // the port of the WebSocket MQTT broker CfgMQTTWSPort = "mqtt.wsPort" // the number of parallel workers the MQTT broker uses to publish messages CfgMQTTWorkerCount = "mqtt.workerCount" )
View Source
const (
// RouteMQTT is the route for accessing the MQTT over WebSockets.
RouteMQTT = "/mqtt"
)
Variables ¶
View Source
var (
Plugin *node.Plugin
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.