Socket
Socket
Sign inDemoInstall

advlib-eep-msc

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    advlib-eep-msc

Wireless advertising packet decoding library for EnOcean Equipment Profile MSC telegrams. We believe in an open Internet of Things.


Version published
Weekly downloads
19
increased by18.75%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

advlib-eep-msc

Wireless advertising packet decoding library for EnOcean Equipment Profiles of manufacturer specific communication data (MSC). advlib-eep-msc is typically used as a library for advlib-esp which itself is commonly a processor module of the protocol-agnostic advlib.

Overview of advlib-eep-msc

advlib-eep-msc is a lightweight Node.js package with no dependencies. See also its sister libraries advlib-eep-4bs, advlib-eep-vld and advlib-eep-rps.

Installation

npm install advlib-eep-msc

Hello advlib-eep-msc!

const advlib = require('advlib-eep-msc');

let eepType = 'D1-07-10';
let telegram = 'd10470a500007b0414006980';

let processedData = advlib.processMSCTelegram(eepType, telegram);

console.log(processedData);

Which should yield the following console output:

{
    batteryVoltage: 3.3,
    passageCounts: [ 123 ],
    uri: "https://sniffypedia.org/Organization/DEUTA_Controls_GmbH/"
}

Supported EnOcean Equipment Profiles

The following EEPs are currently supported by advlib-eep-msc.

Mfr. IdEEPProfile Name/lib file
0x047D1-07-10People Counterdeutacontrols.js
0x047D1-07-11Noise Sensordeutacontrols.js
0x047D1-09-01Solar CO2 Sensordeutacontrols.js

See www.reelyactive.com/pareto/anywhere/devices/enocean-alliance/ for a list of all EEPs supported by our Pareto Anywhere open source IoT middleware.

Contributing

Discover how to contribute to this open source project which upholds a standard code of conduct.

Security

Consult our security policy for best practices using this open source software and to report vulnerabilities.

License

MIT License

Copyright (c) 2024 reelyActive

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Keywords

FAQs

Last updated on 08 Feb 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc