1.4.2 • Published 12 months ago

@open-iot-service-platform/oisp-sdk-js v1.4.2

Weekly downloads
1
License
BSD-2-Clause
Repository
github
Last release
12 months ago

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

1.4.2

12 months ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.4

3 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.0-beta3

5 years ago

1.0.0-beta2

5 years ago

1.0.0-beta1

6 years ago

1.0.0-alpha1

6 years ago