VILLASframework
Modular co-simulation framework
|
The MQTT node-type uses [libmosquitto] to publish and subscribe messages via the MQTT protocol. It is similiar to the Advanced Messaging & Queuing Protocol (AMQP) node-type.
This node-type requires mosquitto (>= 1.4.15).
The source code of the node-type is available here: https://git.rwth-aachen.de/acs/public/villas/node/blob/master/lib/nodes/mqtt.cpp
The payload format which is used to encode and decode exchanged messages.
The username which is used for authentication with the MQTT broker.
The password which is used for authentication with the MQTT broker.
The hostname of the MQTT broker.
The port number of the MQTT broker.