Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: minor

...

  • Start Node-RED on your local machine by typing

    Code Block
    node-red

  • OpenĀ C:\Users\Thomas\Desktop\smartmesh-bluemix-master\01-gateway\02-node-red\flows.json with a text editor, copy the entire contents (Ctrl+C)
  • In Node-RED, choose Import > Clipboard
  • Paste the flow (Ctrl+V) and click "Import"
  • A new tab "gateway" appears

    Note
    titleI get an error!

    If Node-RED complains that it doesn't know what the "Watson IoT" node, you didn't install that extension. Go back to Part 0a: Things to prepare before the session.


  • Double click on the "to IBM Watson IoT" node
  • Click on the pen icon next to "manager credentials"
  • Enter the information contained in your Gateway ID, token and Organization and save
  • Click the "Deploy" button

...