0.17.9 • Published 8 months ago

daas-sdk v0.17.9

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

Daas sdk for nodejs

Daas-sdk a Framework for implementing Internet of Things (IoT) solutions that guarantees a significant reduction in design and development times.

This is the official SDK for the DaaS API for Node.js. It provides a convenient wrapper around the native API.

Currently we support Linux, Windows and MacOS.

Installation

npm install daas-sdk

Documentation

You can generate the html documentation using the following command: npm run doc, or in markdown format using npm run doc:md.

Example

You can see the server souce code and client souce code in the examples folder.

In the example prepared we have 2 nodes, one is a server and the other one a client.

After the initial setup, the server will start listening for incoming messages from the client. And the client will send a message to the server every 5 seconds.

to run the example you can use the following commands in two different terminals:

node examples/server.js
node examples/client.js

Related projects

You can also take a look at a more complex example, we've built a Distributed configurable controll system using the Node.js Daas-IoT SDK on an express server.

0.17.9

8 months ago

0.17.7

10 months ago

0.17.8

10 months ago

0.17.4

1 year ago

0.17.5

1 year ago

0.17.3

1 year ago

0.17.2

1 year ago

0.17.1

1 year ago

0.17.0

1 year ago