Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

advlib

Package Overview
Dependencies
Maintainers
0
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

advlib - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

5

lib/advlib.js
/**
* Copyright reelyActive 2015-2023
* Copyright reelyActive 2015-2024
* We believe in an open Internet of Things

@@ -13,3 +13,4 @@ */

* @param {Object} data The packet(s) as an array of, or as individual
* hexadecimal-strings or Buffers.
* hexadecimal-strings or Buffers. Or an Object
* representing protocolSpecificData.
* @param {Array} processors The packet processor(s) to use, in order of

@@ -16,0 +17,0 @@ * priority.

2

package.json

@@ -21,3 +21,3 @@ {

],
"version": "1.3.4",
"version": "1.3.5",
"engines": {

@@ -24,0 +24,0 @@ "node": ">=6.0.0"

@@ -73,2 +73,4 @@ advlib

| acceleration | Array of Number | [ x, y, z ] In g |
| accelerationSamplingRate | Number | In Hz |
| accelerationTimeSeries | Array of Array | [[x],[y],[z] ] In g |
| ammoniaConcentration | Number | In ppm |

@@ -130,2 +132,4 @@ | amperage | Number | In amps |

Some properties may be extended to represent time series data, sampled at a given rate. In this case the data is represented as separate properties adding a _TimeSeries_ suffix and a _SamplingRate_ suffix, for example _accelerationTimeSeries_ and _accelerationSamplingRate_.
See the [reelyActive Developer's Cheatsheet](https://reelyactive.github.io/diy/cheatsheet/) for more details about the standard properties above which are considered to be dynamic ambient (dynamb) data.

@@ -159,2 +163,12 @@

Modular Architecture
--------------------
__advlib__ is easily combined with the following complementary software modules:
- [barnowl](https://github.com/reelyactive/barnowl)
- [barnacles](https://github.com/reelyactive/barnacles)
Learn more about the [reelyActive Open Source Software packages](https://reelyactive.github.io/diy/oss-packages/), all of which are bundled together as [Pareto Anywhere](https://github.com/reelyactive/pareto-anywhere) open source IoT middleware.
Contributing

@@ -161,0 +175,0 @@ ------------

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc