Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 915 Bytes

File metadata and controls

31 lines (25 loc) · 915 Bytes

Node-RED Nodes for IBM Bluemix

A collection of nodes to be used with Bluemix boilerplates.

Nodes

The current release contains the following nodes:

  • TCP
    • Provides TCP input and output clients
    • Connects to remote TCP port and replies to messages from an input client
  • UDP
    • Sends a message to the designated UDP host and port
  • MQ Light
    • Provides MQ Light receive and send clients
    • Publishes and subscribes to chosen topics
  • MongoDB
    • Perform save, insert, update or remove operations
    • Perform find, count and aggregate operations
  • Twilio
    • Sends an SMS message using the Twilio service

Watson nodes:

  • Language Identification
    • Detects the language used in text
  • Machine Translation
    • Translates text from one language to another
  • Question Answer
    • Receive responses to input questions