{"id":23780662,"url":"https://github.com/sam-k0/blinkstick.netcore","last_synced_at":"2026-07-05T17:31:51.267Z","repository":{"id":239419041,"uuid":"799233571","full_name":"sam-k0/BlinkStick.NETCore","owner":"sam-k0","description":"Cross-platform BlinkStick .NET Core library and GUI/CLI","archived":false,"fork":false,"pushed_at":"2024-12-30T12:48:54.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T00:25:33.822Z","etag":null,"topics":["blinkstick","blinkstick-sdk","csharp","led","library"],"latest_commit_sha":null,"homepage":"","language":"C#","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/sam-k0.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-11T14:28:16.000Z","updated_at":"2024-12-30T12:48:58.000Z","dependencies_parsed_at":"2024-05-12T10:27:38.626Z","dependency_job_id":"dc29a991-32d7-4b9e-89cb-5f4382678e65","html_url":"https://github.com/sam-k0/BlinkStick.NETCore","commit_stats":null,"previous_names":["sam-k0/blinkstick_gtk","sam-k0/blinkstick.netcore"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sam-k0/BlinkStick.NETCore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam-k0%2FBlinkStick.NETCore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam-k0%2FBlinkStick.NETCore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam-k0%2FBlinkStick.NETCore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam-k0%2FBlinkStick.NETCore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sam-k0","download_url":"https://codeload.github.com/sam-k0/BlinkStick.NETCore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam-k0%2FBlinkStick.NETCore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35163846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-05T02:00:06.290Z","response_time":100,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["blinkstick","blinkstick-sdk","csharp","led","library"],"created_at":"2025-01-01T11:14:55.722Z","updated_at":"2026-07-05T17:31:51.250Z","avatar_url":"https://github.com/sam-k0.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## BlinkStick Utilities\n\n- BlinkStickNETCore: Cross-platform .NET Core library for BlinkStick (Flex, Mini, Strip)\n- BlinkStickLinux: Linux GUI using Gtk# for controlling BlinkStick devices\n- BlinkStickCLI: CLI for controlling BlinkStick devices\n\n## BlinkStickNETCore\n\nUsage:\n```csharp\nusing BlinkStickNETCore;\n\nBlinkStickFlex bs = new BlinkStickFlex(); // Get your blinkstick device\n\nbs.SetColor(0,0,[0xFF,0x00,0x00]); // Set color of first LED to red\n\nvar num = bs.GetNumLeds(); // Get number of LEDs\nfor (int i = 0; i \u003c num; i++)\n{\n    bs.SetColor(0,i,[0xFF,0x00,0x00]); // Set color of all LEDs to red\n}\n\n```\n\n\n\n### Building\n\nDependencies are:\n- gtksharp (GUI)\n- hidapi.net\n- newtonsoft.json (GUI)\n\n\n\nBuild release: `dotnet build -c Release`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsam-k0%2Fblinkstick.netcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsam-k0%2Fblinkstick.netcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsam-k0%2Fblinkstick.netcore/lists"}