1.4.2 • Published 2 years ago
@open-iot-service-platform/oisp-sdk-js v1.4.2
OISP SDK for Node.js
SparkPlugB standard support added
- 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
1.4.2
2 years ago
1.4.1
3 years ago
1.4.0
3 years ago
1.3.0
3 years ago
1.2.1
3 years ago
1.2.0
3 years ago
1.1.4
4 years ago
1.1.3
5 years ago
1.1.2
5 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago
1.0.0-beta3
6 years ago
1.0.0-beta2
6 years ago
1.0.0-beta1
7 years ago
1.0.0-alpha1
7 years ago