{"id":16068059,"url":"https://github.com/ged/ruby-ant-wireless","last_synced_at":"2025-07-17T10:39:01.027Z","repository":{"id":65988023,"uuid":"377982471","full_name":"ged/ruby-ant-wireless","owner":"ged","description":"Ruby gem for ANT wireless on the Garmin ANT Stick","archived":false,"fork":false,"pushed_at":"2021-11-05T18:49:21.000Z","size":419,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T10:14:08.022Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/ged.png","metadata":{"files":{"readme":"README.md","changelog":"History.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2021-06-17T23:20:17.000Z","updated_at":"2021-11-28T23:25:43.000Z","dependencies_parsed_at":"2023-05-31T19:15:44.837Z","dependency_job_id":null,"html_url":"https://github.com/ged/ruby-ant-wireless","commit_stats":{"total_commits":67,"total_committers":3,"mean_commits":"22.333333333333332","dds":"0.11940298507462688","last_synced_commit":"0dbfa4107560ed9beb4fba35975af87a84e0a80e"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ged/ruby-ant-wireless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Fruby-ant-wireless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Fruby-ant-wireless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Fruby-ant-wireless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Fruby-ant-wireless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ged","download_url":"https://codeload.github.com/ged/ruby-ant-wireless/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Fruby-ant-wireless/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265596182,"owners_count":23794850,"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-10-09T06:08:19.720Z","updated_at":"2025-07-17T10:39:01.009Z","avatar_url":"https://github.com/ged.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ant-wireless\n\nhome\n: https://sr.ht/~ged/ruby-ant-wireless/\n\ncode\n: https://hg.sr.ht/~ged/ruby-ant-wireless\n\ndocs\n: https://deveiate.org/code/ant-wireless\n\n\n## Description\n\nA binding for the [ANT ultra-low power wireless protocol][ant] via the\n[Garmin USB ANT Stick][antstick]. ANT can be used to send information\nwirelessly from one device to another device, in a robust and flexible\nmanner.\n\n\n## Prerequisites\n\n* Ruby 2.7.x or later\n* [Garmin USB ANT Stick][antstick]\n* [ANT SDK][antsdk]\n\nNote that we had trouble compiling the latest ANT SDK on some platforms, so we\nare currently using a modified version of it with a reworked build system for\nMacOS and FreeBSD, and with implementations for advanced burst and checking\ninitialization status. That is available under the same licensing terms at:\n\nhttps://github.com/RavnGroup/Garmin-ANT-SDK\n\n\n## Installation\n\n    $ gem install ant-wireless\n\n\n## Development\n\nYou can check out the current source with Git via Gitlab:\n\n    $ hg clone https://hg.sr.ht/~ged/ruby-ant-wireless ant-wireless\n    $ cd ant-wireless\n\nAfter checking out the source, run:\n\n    $ gem install -Ng\n    $ rake setup\n\nThis task will install dependencies, and do any other necessary setup for development.\n\n\n## Authors\n\n- Michael Granger \u003cged@FaerieMUD.org\u003e\n- Mahlon E. Smith \u003cmahlon@martini.nu\u003e\n\n\n## License\n\nPortions of this code are from StaticCling, and are used under the\nterms of the 3-Clause BSD License. Specifics can be found in the\nappropriate files.\n\nThis software is:\n\nCopyright (c) 2021, Ravn Group\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n\n[ant]: https://www.thisisant.com/\n[antstick]: https://buy.garmin.com/en-US/US/p/10997/pn/010-01058-00\n[antsdk]: https://www.thisisant.com/developer/resources/downloads/#software_tab\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fged%2Fruby-ant-wireless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fged%2Fruby-ant-wireless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fged%2Fruby-ant-wireless/lists"}