{"id":22860066,"url":"https://github.com/reelyactive/barnowl-libnfc","last_synced_at":"2025-03-31T08:22:59.711Z","repository":{"id":69136483,"uuid":"218824877","full_name":"reelyactive/barnowl-libnfc","owner":"reelyactive","description":"Interface the libnfc library with barnowl.  We believe in an open Internet of Things.","archived":false,"fork":false,"pushed_at":"2019-10-31T18:09:59.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-06T12:48:10.277Z","etag":null,"topics":["barnowl","libnfc"],"latest_commit_sha":null,"homepage":"","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":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-31T17:44:03.000Z","updated_at":"2019-10-31T18:10:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"3873354e-73c5-49f1-9d2d-e991a223fc57","html_url":"https://github.com/reelyactive/barnowl-libnfc","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%2Fbarnowl-libnfc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fbarnowl-libnfc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fbarnowl-libnfc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fbarnowl-libnfc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reelyactive","download_url":"https://codeload.github.com/reelyactive/barnowl-libnfc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246437030,"owners_count":20777138,"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":["barnowl","libnfc"],"created_at":"2024-12-13T09:08:51.235Z","updated_at":"2025-03-31T08:22:59.699Z","avatar_url":"https://github.com/reelyactive.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"barnowl-libnfc\n==============\n\nInterface the libnfc library to [barnowl](https://github.com/reelyactive/barnowl) open source software.  We believe in an open Internet of Things.\n\n\nInstallation\n------------\n\n    npm install barnowl-libnfc\n\n\nHello barnowl-libnfc!\n---------------------\n\nThe following code will listen to _simulated_ hardware and output packets to the console:\n\n```javascript\nconst BarnowlLibnfc = require('barnowl-libnfc');\n\nlet barnowl = new BarnowlLibnfc();\n\nbarnowl.addListener(BarnowlLibnfc.TestListener, {});\n\nbarnowl.on(\"raddec\", function(raddec) {\n  console.log(raddec);\n});\n\nbarnowl.on(\"infrastructureMessage\", function(message) {\n  console.log(message);\n});\n```\n\n\nSupported Listener Interfaces\n-----------------------------\n\nThe following listener interfaces are supported.\n\n### Test\n\nProvides a steady stream of simulated libnfc packets for testing purposes.\n\n```javascript\nbarnowl.addListener(BarnowlLibnfc.TestListener, {});\n```\n\n\nLicense\n-------\n\nMIT License\n\nCopyright (c) 2019 [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%2Fbarnowl-libnfc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freelyactive%2Fbarnowl-libnfc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freelyactive%2Fbarnowl-libnfc/lists"}