svelde/iot-edge-echo

By svelde

Updated about 6 years ago

Just connect the input of this module to the output of another module and see what's happening.

Image
0

941

svelde/iot-edge-echo repository overview

Test messages inside IoT Edge

Just connect the input of this module to the output of another module and see what's happening.

And it acts like an 'echo'. the original message is sent to the output too. So everything keeps working!

Bonus: When the module starts, it shows all environment values.

Inputs

This module listens to 'input1'.

Outputs

This module sends received message to 'output1'.

Routes

Use this example route:

{
  "routes": {
    "heartbeatToEcho": "FROM /messages/modules/heartbeat/outputs/output1 INTO BrokeredEndpoint(\"/modules/echo/inputs/input1\")",
    "route": "FROM /messages/modules/echo/outputs/output1/* INTO $upstream"
  }
}

Last update

This module is built with IoT Edge version 1.0.5 in mind.

Tag summary

Content type

Image

Digest

Size

74.5 MB

Last updated

about 6 years ago

docker pull svelde/iot-edge-echo:2.0.1-amd64