fiware

Publish MQTT message in fiware via MQTT Paho library

Publish MQTT message in fiware via MQTT Paho library Question: I am working on this Fiware flow: I have used efrecon/mqtt-client as MQTT client based on mosquitto_pub so that the data can be consumed from Grafana. docker run -it –rm –name mqtt-publisher efrecon/mqtt-client pub -h 172.31.85.246 -p 31624 -m "AGV_Th|25" -t "/ul/5jggokgpepnvsb2uv4s40d59ov/agv001/attrs" In the following …

Total answers: 1