MQTT
MQTT Documentation
MQ Telemetry Transport Protocol
Dependencies
Simulator
{
"brokerHost": "0.0.0.0",
"brokerPort": 8883,
"startupPauseMillis": 5000,
"messages": [
{
"topic" : "TST-01/measurement",
"payload": "TST-01; 220.1; 220.2; 220.3; 5.1; 5.2; 5.3; 7.1; 7.2; 7.3;",
"pauseMillis": 30000
},
{
"topic" : "TST-01/congestion",
"payload": "TST-01; 5.1; 5.2; 5.3; 7.1; 7.2; 7.3;",
"pauseMillis": 30000
}
]
}Last updated
Was this helpful?