Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.33 KB

readme.md

File metadata and controls

44 lines (31 loc) · 1.33 KB

TCI MQTT Extension

License: MIT

first Version with allows to publish a message to a MQTT Gateway from TIBCO Cloud Integration Flogo.

Similar Implemenation to the Flogo MQTT one from Jan van der Lugt.
This Version is just prepackaged for TIBCO Cloud Integration Web Integrator, and adds a Icons, Category, and some Input Parameter under Configuration Tab.

MQTT Publish image

This Flogo Activity is usable with e.g. Cayenne Dashboards, here a quick HOW-TO Flogo and Cayenne.

Activities

available Activities so far

MQTT Publish

Sample publish to a MQTT topic,

Input

  • host string (host,port)
  • id string (client ID)
  • username string
  • password string
  • qos number 0,1,2
  • topic string
  • message string

Hint: none yet.

Output

  • send bool json:"send"

Sample Input Data

  • host tcp://<your MQTT host>:1883
  • topic sometopic/xyz

Sample Output Data

json: {"send":true}


Note: more TCI Extensions can be found here: https://tibcosoftware.github.io/tci-awesome/