{"id":22860062,"url":"https://github.com/reelyactive/barnowl-test","last_synced_at":"2025-10-27T17:16:41.617Z","repository":{"id":17181809,"uuid":"19949213","full_name":"reelyactive/barnowl-test","owner":"reelyactive","description":"A simple way to evaluate barnowl regardless of whether or not you have access to reelyActive technology","archived":false,"fork":false,"pushed_at":"2014-10-08T21:32:26.000Z","size":166,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-07-05T02:04:44.249Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-19T16:27:43.000Z","updated_at":"2014-10-08T21:32:26.000Z","dependencies_parsed_at":"2022-09-10T12:00:48.430Z","dependency_job_id":null,"html_url":"https://github.com/reelyactive/barnowl-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reelyactive/barnowl-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fbarnowl-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fbarnowl-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fbarnowl-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fbarnowl-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reelyactive","download_url":"https://codeload.github.com/reelyactive/barnowl-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fbarnowl-test/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263645558,"owners_count":23494005,"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":[],"created_at":"2024-12-13T09:08:50.000Z","updated_at":"2025-10-27T17:16:36.577Z","avatar_url":"https://github.com/reelyactive.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"barnowl-test\n============\n\nThe easiest way to get started with barnowl!\n--------------------------------------------\n\n[barnowl is a Node.js package](https://www.npmjs.org/package/barnowl) that identifies and locates all the advertising wireless devices within a [Smart Space](http://context.reelyactive.com).  barnowl-test is a simple way to evaluate barnowl regardless of whether or not you have access to [reelyActive technology](http://context.reelyactive.com/technology.html).\n\nBut what will it do?\n--------------------\n\nbarnowl-test will serve up a webpage that lets you see all of the wireless devices detected in a space.  It will also output to the console the real-time stream of detected wireless transmissions.  Don't have reelyActive hardware?  No worries, by default barnowl-test will simulate the presence of hardware!\n\nInstall and run\n---------------\n\n    \u003e $ git clone https://github.com/reelyactive/barnowl-test.git barnowl-test\n    \u003e $ cd barnowl-test\n    \u003e $ npm install\n    \u003e $ node barnowl-test\n\nIf you're unfamiliar with the first step, simply copy barnowl-test.js and package.json to a local folder and then complete the remaining steps.\n\nIs it working?\n--------------\n\nDo you see lines like the following being output to the console?  _Good!_\n\n    {\n     \"identifier\": {\n      \"type\": \"EUI-64\",\n      \"value\": \"001bc5094b00b1e5\",\n      \"flags\": {\n       \"transmissionCount\": 0\n      }\n     },\n     \"timestamp\": \"2014-09-01T01:23:45.678Z\",\n     \"radioDecodings\": [\n      {\n       \"rssi\": 128,\n       \"identifier\": {\n        \"type\": \"EUI-64\",\n        \"value\": \"001bc50940800000\"\n       }\n      }\n     ]\n    }\n\nPoint your browser to http://127.0.0.1:3000 - does it display a table like this?  _Good!_\n\n![screenshot](http://reelyactive.com/images/barnowl-test-screenshot.png)\n\nWhat you're seeing are simulated wireless device transmissions that include an identifier, a timestamp, the strongest signal strength (RSSI) and the identifier of the decoding device.\n\nMoving beyond the default\n-------------------------\n\nIf you have reelyActive hardware, tweak the code in the Hardware Configuration section at the bottom of barnowl-test.js.\n\nDon't like how the HTML table looks with our CSS code?  Make your own CSS!\n\nBeyond the barn\n---------------\n\nWe hope that barnowl-test provides a solid perch from which to experiment and build.  We'd love to hear about your projects: [keep in touch with reelyActive via social media or e-mail](http://context.reelyactive.com/contact.html).\n\nLicense\n-------\n\nMIT License\nCopyright (c) 2014 reelyActive\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-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freelyactive%2Fbarnowl-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freelyactive%2Fbarnowl-test/lists"}