{"id":22860000,"url":"https://github.com/reelyactive/advlib-ble-gatt","last_synced_at":"2025-10-20T03:59:36.920Z","repository":{"id":247865108,"uuid":"826990841","full_name":"reelyactive/advlib-ble-gatt","owner":"reelyactive","description":"Open source library for decoding Bluetooth Low Energy (BLE) GATT data. We believe in an open Internet of Things.","archived":false,"fork":false,"pushed_at":"2025-03-10T20:17:02.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-10T21:25:08.668Z","etag":null,"topics":["ble","bluetooth-library","gatt","node-js","packet-decoding"],"latest_commit_sha":null,"homepage":"https://www.reelyactive.com/pareto/anywhere/","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":"2024-07-10T19:45:01.000Z","updated_at":"2025-03-10T20:17:06.000Z","dependencies_parsed_at":"2025-02-19T01:25:54.346Z","dependency_job_id":"9351ee81-0f6c-4fe4-8f79-a3b6337a1a9c","html_url":"https://github.com/reelyactive/advlib-ble-gatt","commit_stats":null,"previous_names":["reelyactive/advlib-ble-gatt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fadvlib-ble-gatt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fadvlib-ble-gatt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fadvlib-ble-gatt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fadvlib-ble-gatt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reelyactive","download_url":"https://codeload.github.com/reelyactive/advlib-ble-gatt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247033813,"owners_count":20872532,"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":["ble","bluetooth-library","gatt","node-js","packet-decoding"],"created_at":"2024-12-13T09:08:38.834Z","updated_at":"2025-10-20T03:59:36.823Z","avatar_url":"https://github.com/reelyactive.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"advlib-ble-gatt\n===============\n\nWireless packet decoding library for Bluetooth Low Energy GATT data.  __advlib-ble-gatt__ 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-gatt](https://reelyactive.github.io/advlib-ble-gatt/images/overview.png)\n\n__advlib-ble-gatt__ is a lightweight [Node.js package](https://www.npmjs.com/package/advlib-ble-gatt) with no dependencies.\n\n\nInstallation\n------------\n\n    npm install advlib-ble-gatt\n\n\nHello advlib-ble-gatt!\n----------------------\n\n```javascript\nconst advlib = require('advlib-ble-gatt');\n\nlet protocolSpecificData = {\n  gatt: [ { serviceUuid: \"1c930003d45911e79296b8e856369374\",\n            characteristicUuid: \"1c930038d45911e79296b8e856369374\",\n            value: \"480d\" },\n          { serviceUuid: \"1c930003d45911e79296b8e856369374\",\n            characteristicUuid: \"1c930032d45911e79296b8e856369374\",\n            value: \"c019\" } ]\n};\n\nlet processedData = advlib.processProtocolSpecificData(protocolSpecificData);\n\nconsole.log(processedData);\n```\n\nWhich should yield the following console output:\n\n    { batteryVoltage: 3.4, temperature: 25.75 }\n\nThe __advlib-ble-gatt__ library observes [these standard properties](https://github.com/reelyactive/advlib#standard-properties).\n\n\nSupported Services\n------------------\n\nThe following services, in order of their UUID, are supported by __advlib-ble-gatt__.\n\n| Service UUID(s)                      | /lib file |\n|:-------------------------------------|:----------|\n| 1c93xxxx-d459-11e7-9296-b8e856369374 | bluvib.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) 2024-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-gatt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freelyactive%2Fadvlib-ble-gatt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freelyactive%2Fadvlib-ble-gatt/lists"}