{"id":22859972,"url":"https://github.com/reelyactive/barnowl-laird","last_synced_at":"2025-03-31T08:22:48.003Z","repository":{"id":57189186,"uuid":"271542192","full_name":"reelyactive/barnowl-laird","owner":"reelyactive","description":"Collect ambient Bluetooth Low Energy packets from Laird gateways for real-time location and sensing.  We believe in an open Internet of Things.","archived":false,"fork":false,"pushed_at":"2020-06-26T01:57:23.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-07T07:05:56.475Z","etag":null,"topics":["barnowl","ble","bluetooth-low-energy","laird","raddec","rtls"],"latest_commit_sha":null,"homepage":"https://reelyactive.github.io/diy/laird-ig60-prep/","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}},"created_at":"2020-06-11T12:36:39.000Z","updated_at":"2022-03-13T03:03:32.000Z","dependencies_parsed_at":"2022-09-15T03:50:34.004Z","dependency_job_id":null,"html_url":"https://github.com/reelyactive/barnowl-laird","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-laird","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fbarnowl-laird/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fbarnowl-laird/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fbarnowl-laird/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reelyactive","download_url":"https://codeload.github.com/reelyactive/barnowl-laird/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246436925,"owners_count":20777121,"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","ble","bluetooth-low-energy","laird","raddec","rtls"],"created_at":"2024-12-13T09:08:33.883Z","updated_at":"2025-03-31T08:22:47.983Z","avatar_url":"https://github.com/reelyactive.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"barnowl-laird\n=============\n\nInterface [Laird Connectivity](https://www.lairdconnect.com/) hardware with [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-laird\n\n\nHello barnowl-laird!\n--------------------\n\nThe following code will listen to _simulated_ hardware and output packets to the console:\n\n```javascript\nconst BarnowlLaird = require('barnowl-laird');\n\nlet barnowl = new BarnowlLaird();\n\nbarnowl.addListener(BarnowlLaird.TestListener, {});\n\nbarnowl.on(\"raddec\", function(raddec) {\n  console.log(raddec);\n});\n```\n\n\nSupported Listener Interfaces\n-----------------------------\n\nThe following listener interfaces are supported.\n\n### Serial\n\nManually install the [serialport](https://www.npmjs.com/package/serialport) package, taking care to first meet any [prerequisites for the target platform](https://www.npmjs.com/package/serialport#installation-instructions):\n\n    npm install serialport\n\n```javascript\nbarnowl.addListener(BarnowlLaird.SerialListener, { path: \"/dev/ttyS2\" });\n```\n\n### Test\n\nProvides a steady stream of simulated serial packets for testing purposes.\n\n```javascript\nbarnowl.addListener(BarnowlLaird.TestListener, {});\n```\n\n\nLicense\n-------\n\nMIT License\n\nCopyright (c) 2020 [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-laird","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freelyactive%2Fbarnowl-laird","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freelyactive%2Fbarnowl-laird/lists"}