0.2.4 • Published 9 years ago

iotclient v0.2.4

Weekly downloads
61
License
-
Repository
-
Last release
9 years ago

iotclient

This iotClient module can be used for developing node.js client code for IBM IoT Foundation

Install

Install from npm

npm install iotclient

Utility

This iotclient module can be used in an app to connect to IBM IoT Cloud. This can be used in both 1. Quickstart flow 2. Registered flow

Multiple Callbacks for subscriptions

  • Device Event - Subscribe to device events,
  • Device Command - Subscribe to device commands, on the behalf of a device,
  • Device Status - Subscribe to device status
  • Application Status - Subscribe to application status

Publishing

  • Device Events, on the behalf of a device and
  • Device Commands, for registered devices

Usage

  1. Install the package
  2. Instantiate the app client
var IoTAppClient = require("iotclient");
var appId = "someappid";
var apiKey = null;
var apiToken = null;
var client = new IoTAppClient(appId, apiKey, apiToken);
client.connectBroker(1883);
0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago