{"id":22859976,"url":"https://github.com/reelyactive/advlib-interoperable","last_synced_at":"2026-02-11T02:10:26.039Z","repository":{"id":57173813,"uuid":"417322503","full_name":"reelyactive/advlib-interoperable","owner":"reelyactive","description":"Interpreter of InteroperaBLE identifiers in ambient wireless packets, for the protocol-agnostic advlib library.  We believe in an open Internet of Things.","archived":false,"fork":false,"pushed_at":"2023-09-26T23:56:26.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-11-23T19:03:36.546Z","etag":null,"topics":["advlib","ambient-data","interoperable-identifier","packet-decoding","pareto-anywhere","rfid"],"latest_commit_sha":null,"homepage":"https://reelyactive.github.io/interoperable-identifier/","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,"zenodo":null}},"created_at":"2021-10-15T00:32:06.000Z","updated_at":"2025-08-11T06:26:44.000Z","dependencies_parsed_at":"2025-04-30T17:46:44.222Z","dependency_job_id":"f08767b3-5bcb-4654-a247-0df54d1df884","html_url":"https://github.com/reelyactive/advlib-interoperable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reelyactive/advlib-interoperable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fadvlib-interoperable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fadvlib-interoperable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fadvlib-interoperable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fadvlib-interoperable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reelyactive","download_url":"https://codeload.github.com/reelyactive/advlib-interoperable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fadvlib-interoperable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29325560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T02:08:56.257Z","status":"ssl_error","status_checked_at":"2026-02-11T02:08:51.338Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","ambient-data","interoperable-identifier","packet-decoding","pareto-anywhere","rfid"],"created_at":"2024-12-13T09:08:35.295Z","updated_at":"2026-02-11T02:10:26.008Z","avatar_url":"https://github.com/reelyactive.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"advlib-interoperable\n====================\n\nInterpreter of [InteroperaBLE identifiers](https://reelyactive.github.io/interoperable-identifier/).  __advlib-interoperable__ can be used standalone or, more commonly, as an interpreter module of the protocol-agnostic [advlib](https://github.com/reelyactive/advlib) library.\n\n\nInstallation\n------------\n\n    npm install advlib-interoperable\n\n\nHello advlib-interoperable!\n---------------------------\n\n```javascript\nconst interpreter = require('advlib-interoperable');\n\nlet packet = {\n    deviceIds: [ \"496f49445554462d3332/00000001f989\" ]\n};\ninterpreter.interpret(packet);\n\nconsole.log(packet);\n```\n\nWhich should yield the following console output:\n\n    { deviceIds: [ \"496f49445554462d3332/00000001f989\" ],\n      unicodeCodePoints: [ 129417 ] }\n\n\nSupported Entity UUIDs (non-URI)\n--------------------------------\n\n__advlib-interoperable__ supports the following Entity UUIDs which have [specific interpretations](https://reelyactive.github.io/interoperable-identifier/#part02) _other_ than conversion to a URI:\n\n| Entity UUID                          | Interpretation     |\n|:-------------------------------------|:-------------------|\n| 496f4944-434f-4445-b73e-5554462d3332 | Unicode Code Point |\n| 496f4944-434f-4445-b73e-446972416374 | DirAct             |\n| 496f4944-434f-4445-b73e-427574746f6e | Button             |\n| 496f4944-434f-4445-b73e-4d6f74696f63 | Motion             |\n| 496f4944-434f-4445-b73e-425553616665 | BlueUp Safety      |\n\nThe Entity UUIDs above can be represented in _elided_ UUID format by removing the 48-bit sequence _-434f-4445-b73e-_ as explained [here](https://reelyactive.github.io/interoperable-identifier/#part01).\n\n\nSupported Entity UUIDs (URI)\n----------------------------\n\n__advlib-interoperable__ supports the following Entity UUIDs which have [specific interpretations](https://reelyactive.github.io/interoperable-identifier/#part02) regarding conversion to a URI:\n\n| Entity UUID                          | URI Interpretation |\n|:-------------------------------------|:-------------------|\n| 496f4944-434f-4445-b73e-2e2f2e6d7033 | file:/xxxxxxx.mp3  |\n\nThe Entity UUIDs above can be represented in _elided_ UUID format by removing the 48-bit sequence _-434f-4445-b73e-_ as explained [here](https://reelyactive.github.io/interoperable-identifier/#part01).\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[![Known Vulnerabilities](https://snyk.io/test/github/reelyactive/advlib-interoperable/badge.svg)](https://snyk.io/test/github/reelyactive/advlib-interoperable)\n\n\nLicense\n-------\n\nMIT License\n\nCopyright (c) 2021-2023 [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-interoperable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freelyactive%2Fadvlib-interoperable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freelyactive%2Fadvlib-interoperable/lists"}