{"id":22859986,"url":"https://github.com/reelyactive/advlib-epc","last_synced_at":"2025-08-20T05:18:00.138Z","repository":{"id":57700649,"uuid":"510548738","full_name":"reelyactive/advlib-epc","owner":"reelyactive","description":"Open source library for decoding ambient Electronic Product Codes from RAIN tags. We believe in an open Internet of Things.","archived":false,"fork":false,"pushed_at":"2022-07-05T14:38:16.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-09T01:05:39.659Z","etag":null,"topics":["advlib","epc","rain-rfid"],"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}},"created_at":"2022-07-05T01:25:45.000Z","updated_at":"2024-10-15T18:10:43.000Z","dependencies_parsed_at":"2022-09-26T21:11:47.867Z","dependency_job_id":null,"html_url":"https://github.com/reelyactive/advlib-epc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reelyactive/advlib-epc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fadvlib-epc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fadvlib-epc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fadvlib-epc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fadvlib-epc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reelyactive","download_url":"https://codeload.github.com/reelyactive/advlib-epc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fadvlib-epc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271057473,"owners_count":24691953,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","epc","rain-rfid"],"created_at":"2024-12-13T09:08:36.334Z","updated_at":"2025-08-20T05:18:00.077Z","avatar_url":"https://github.com/reelyactive.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"advlib-epc\n==========\n\nDecoding library for Electronic Product Codes of Gen 2 RFID tags based on the EPC Tag Data Standard (TDS).\n\n__advlib-epc__ is a lightweight [Node.js package](https://www.npmjs.com/package/advlib-epc) that implements EPC URI processing based on the EPC Tag Data Standard.\n\n\nInstallation\n------------\n\n    npm install advlib-epc\n\n\nHello advlib-epc!\n-----------------\n\n```javascript\nconst advlib = require('advlib-epc');\n\nlet binaryEPC = '3074257bf7194e4000001a85';\n\nlet processedEPC = advlib.processEPC(binaryEPC);\n\nconsole.log(processedEPC);\n```\n\nWhich should yield the following console output:\n\n    { uri: \"urn:epc:tag:sgtin-96:3.0614141.812345.6789\" }\n\n\nSupported Schemes\n-----------------\n\nThe following EPC schemes are supported by __advlib-epc__.\n\n| Scheme   | Name                                |\n|:---------|:------------------------------------|\n| SGTIN-96 | Serialised Global Trade Item Number |\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-epc/badge.svg)](https://snyk.io/test/github/reelyactive/advlib-epc)\n\n\nLicense\n-------\n\nMIT License\n\nCopyright (c) 2022 [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-epc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freelyactive%2Fadvlib-epc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freelyactive%2Fadvlib-epc/lists"}