{"id":21566633,"url":"https://github.com/oroce/tist","last_synced_at":"2025-06-25T13:33:56.934Z","repository":{"id":17577483,"uuid":"20380937","full_name":"oroce/tist","owner":"oroce","description":"Texas Instruments SensorTag wrapper","archived":false,"fork":false,"pushed_at":"2014-09-06T13:32:03.000Z","size":164,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T18:47:35.022Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oroce.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-01T16:16:38.000Z","updated_at":"2014-10-30T12:33:26.000Z","dependencies_parsed_at":"2022-09-11T03:40:34.123Z","dependency_job_id":null,"html_url":"https://github.com/oroce/tist","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/oroce/tist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oroce%2Ftist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oroce%2Ftist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oroce%2Ftist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oroce%2Ftist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oroce","download_url":"https://codeload.github.com/oroce/tist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oroce%2Ftist/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261726244,"owners_count":23200600,"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-11-24T10:25:46.257Z","updated_at":"2025-06-25T13:33:56.913Z","avatar_url":"https://github.com/oroce.png","language":"JavaScript","readme":"### Tist - Texas Instruments SensorTag\n\nWrapper around @sandeepmistry's amazing [https://github.com/sandeepmistry/node-sensortag](sensortag) module.\n\n### Features\n\n* [x] notify, enable sensors\n* [x] uuid filtering\n* [x] restarting discovering if device disconnects\n\n### Example\n\n    var Tist = require('tist');\n    var tist = new Tist();\n    tist.on('device', function(device) {\n      device\n        .once('disconnect', function(){\n          device.removeAllListeners();\n        })\n        .on('metric', function() {\n          var args = [].slice.call(arguments);\n          console.log.apply(console, ['metric arrived:'].concat(args));\n        });\n    });\n\n\n### License\n\nMIT","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foroce%2Ftist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foroce%2Ftist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foroce%2Ftist/lists"}