@open-iot-service-platform/oisp-sdk-js

1.4.2 • Public • Published

OISP SDK for Node.js

FOSSA Status

SparkPlugB standard support added

  1. SparkplugB standard uses MQTT protocol to exchange data

Current implementation of library handles sending following requests

  • Node Birth message
  • Device Birth Message
  • Data message

Node Birth/Device Birth and Data message have same format with change in contents of metrics.

Data message looks like below:

    var cid = "0c574252-31d5-4b76-bce6-53f2c56b544d";
    var DataMessage = {
            timestamp: 12345,
            metrics: [{
                name : "temp",
                alias : cid,
                timestamp : 12345,
                dataType : "float",
                value: 123
            }],
            seq: 1
         };

License

FOSSA Status

Readme

Keywords

Package Sidebar

Install

npm i @open-iot-service-platform/oisp-sdk-js

Weekly Downloads

0

Version

1.4.2

License

BSD-2-Clause

Unpacked Size

174 kB

Total Files

45

Last publish

Collaborators

  • srware