{"id":22859965,"url":"https://github.com/reelyactive/advlib-ble-manufacturers","last_synced_at":"2025-04-30T17:46:22.610Z","repository":{"id":57173824,"uuid":"297152328","full_name":"reelyactive/advlib-ble-manufacturers","owner":"reelyactive","description":"Open source library for decoding ambient Bluetooth Low Energy (BLE) advertising packet manufacturer-specific data. We believe in an open Internet of Things.","archived":false,"fork":false,"pushed_at":"2025-02-19T01:24:04.000Z","size":278,"stargazers_count":16,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-15T02:06:24.207Z","etag":null,"topics":["advlib","ble","ble-manufacturer-data","bluetooth-library","bluetooth-low-energy","efento","enocean","laird-connectivity","minew","node-js","packet-decoding","pareto-anywhere","wiliot"],"latest_commit_sha":null,"homepage":"https://www.reelyactive.com/ambient-data/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reelyactive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-20T19:52:29.000Z","updated_at":"2025-02-19T01:24:07.000Z","dependencies_parsed_at":"2023-11-25T13:25:50.812Z","dependency_job_id":"c899192f-388f-4400-b2ff-729224e467c6","html_url":"https://github.com/reelyactive/advlib-ble-manufacturers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fadvlib-ble-manufacturers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fadvlib-ble-manufacturers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fadvlib-ble-manufacturers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fadvlib-ble-manufacturers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reelyactive","download_url":"https://codeload.github.com/reelyactive/advlib-ble-manufacturers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251754230,"owners_count":21638478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["advlib","ble","ble-manufacturer-data","bluetooth-library","bluetooth-low-energy","efento","enocean","laird-connectivity","minew","node-js","packet-decoding","pareto-anywhere","wiliot"],"created_at":"2024-12-13T09:08:32.542Z","updated_at":"2025-04-30T17:46:22.596Z","avatar_url":"https://github.com/reelyactive.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"advlib-ble-manufacturers\n========================\n\nWireless advertising packet decoding library for Bluetooth Low Energy manufacturer-specific data.  __advlib-ble-manufacturers__ is typically used as a library for [advlib-ble](https://github.com/reelyactive/advlib-ble) which itself is commonly a processor module of the protocol-agnostic [advlib](https://github.com/reelyactive/advlib).\n\n![Overview of advlib-ble-manufacturers](https://reelyactive.github.io/advlib-ble-manufacturers/images/overview.png)\n\n__advlib-ble-manufacturers__ is a lightweight [Node.js package](https://www.npmjs.com/package/advlib-ble-manufacturers) with no dependencies.  It is included in reelyActive's [Pareto Anywhere](https://www.reelyactive.com/pareto/anywhere/) open source IoT middleware.  See also its sister library [advlib-ble-services](https://github.com/reelyactive/advlib-ble-services).\n\n\nInstallation\n------------\n\n    npm install advlib-ble-manufacturers\n\n\nHello advlib-ble-manufacturers!\n-------------------------------\n\n```javascript\nconst advlib = require('advlib-ble-manufacturers');\n\nlet companyCode = 0x004c;\nlet manufacturerData = '021500112233445566778899aabbccddeeff01234567fc';\n\nlet processedData = advlib.processManufacturerSpecificData(companyCode,\n                                                           manufacturerData);\n\nconsole.log(processedData);\n```\n\nWhich should yield the following console output:\n\n    { deviceIds: [ '00112233445566778899aabbccddeeff/0123/4567' ],\n      txPower: -4,\n      uri: \"https://sniffypedia.org/Organization/Apple_Inc/iBeacon/\" }\n\nThe __advlib-ble-manufacturers__ library observes [these standard properties](https://github.com/reelyactive/advlib#standard-properties).\n\n\nSupported Manufacturers\n-----------------------\n\nThe following manufacturers, in order of their assigned company codes, are supported by __advlib-ble-manufacturers__.\n\n| Company Code | Manufacturer             | /lib file                  |\n|:-------------|:-------------------------|:---------------------------|\n| 0x004c       | Apple                    | apple.js                   |\n| 0x0059       | Nordic Semiconductor     | nordicsemiconductor.js     |\n| 0x0077       | Laird Connectivity       | lairdconnectivity.js       |\n| 0x026c       | Efento                   | efento.js                  |\n| 0x03da       | EnOcean                  | enocean.js                 |\n| 0x0500       | Wiliot                   | wiliot.js                  |\n| 0x0583       | Code Blue Communications | codebluecommunications.js  |\n| 0x0590       | Pur3 Ltd (Espruino)      | pur3ltd.js                 |\n| 0x0639       | Minew                    | minew.js                   |\n| 0x075b       | Smart Sensor Devices     | smartsensordevices.js      |\n| 0x0a62       | MOKO Technology          | mokotechnology.js          |\n\nConsult the [Bluetooth Assigned Numbers for Company Identifiers](https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers/) for the most recent listing of company code assignments.\n\n\nSupported Devices\n-----------------\n\nThe following is a _non-exhaustive_ list of devices supported by __advlib-ble-manufacturers__.\n\n| Manufacturer         | Model/Device             | /lib file                |\n|:---------------------|:-------------------------|:-------------------------|\n| Apple                | iBeacon                  | apple.js                 |\n| MOKOSmart            | S02R (ToF Sensor)        | nordicsemiconductor.js   |\n| Laird                | BT610                    | lairdconnectivity.js     |\n| EnOcean              | EMSIB (STM 550B)         | enocean.js               |\n| EnOcean              | EMDCB                    | enocean.js               |\n| Wiliot               | IoT Pixel                | wiliot.js                |\n| Minew                | S3                       | minew.js                 |\n| Minew                | S4                       | minew.js                 |\n| Minew                | MBT02                    | minew.js                 |\n| Minew                | MSR01                    | minew.js                 |\n| Minew                | MTB02                    | minew.js                 |\n| Smart Sensor Devices | HibouAir                 | smartsensordevices.js    |\n| MOKOSmart            | P1                       | mokotechnology.js        |\n| MOKOSmart            | S03D (Door Sensor)       | mokotechnology.js        |\n\n\nContributing\n------------\n\nDiscover [how to contribute](CONTRIBUTING.md) to this open source project which upholds a standard [code of conduct](CODE_OF_CONDUCT.md).\n\n\nSecurity\n--------\n\nConsult our [security policy](SECURITY.md) for best practices using this open source software and to report vulnerabilities.\n\n\nLicense\n-------\n\nMIT License\n\nCopyright (c) 2015-2025 [reelyActive](https://www.reelyactive.com)\n\nPermission 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:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR \nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE \nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER \nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN \nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freelyactive%2Fadvlib-ble-manufacturers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freelyactive%2Fadvlib-ble-manufacturers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freelyactive%2Fadvlib-ble-manufacturers/lists"}