Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
advlib-eep-msc
Advanced tools
Wireless advertising packet decoding library for EnOcean Equipment Profile MSC telegrams. We believe in an open Internet of Things.
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.
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.
npm install 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/"
}
The following EEPs are currently supported by advlib-eep-msc.
Mfr. Id | EEP | Profile Name | /lib file |
---|---|---|---|
0x047 | D1-07-10 | People Counter | deutacontrols.js |
0x047 | D1-07-11 | Noise Sensor | deutacontrols.js |
0x047 | D1-09-01 | Solar CO2 Sensor | deutacontrols.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.
Discover how to contribute to this open source project which upholds a standard code of conduct.
Consult our security policy for best practices using this open source software and to report vulnerabilities.
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.
FAQs
Wireless advertising packet decoding library for EnOcean Equipment Profile MSC telegrams. We believe in an open Internet of Things.
The npm package advlib-eep-msc receives a total of 8 weekly downloads. As such, advlib-eep-msc popularity was classified as not popular.
We found that advlib-eep-msc demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.