node-red-contrib-iot-virtual-device 0.1.3

A set of nodes to help you create simulated IoT devices connected to IBM Watson IoT Platform.

npm install node-red-contrib-iot-virtual-device

This module provides a set of nodes in Node-RED to rapidly implement simulated IoT device behavior and use it to run many device instances.

Read here how to deploy a sample application to IBM Bluemix

Install

Run the following command in your Node-RED user directory (typically ~/.node-red):

npm install node-red-contrib-iot-virtual-device

Nodes

- **_Device Schema_** (configuration node) to define the device type - **_Start Device_** to create a new instance of a device type - **_Generate Event_** to send events to the IoT platform - **_Set Properties_** to set properties of a device instance - **_Device Function_** to write customized behavior using a specific device instance properties - **_Device Listener_** to react on changes in device instances state (e.g. property change)

Node Info

Version: 0.1.3
Updated 6 years, 8 months ago
License: Apache-2.0
Rating: not yet rated

Actions

Rate:

Downloads

3 in the last week

Nodes

  • start virtual device
  • stop virtual device
  • device function
  • generate event
  • set properties
  • device listener
  • Device Schema

Keywords

  • node-red
  • IoT
  • Watson
  • Virtual devices
  • Simulation
  • Simulated