{"id":21223991,"url":"https://github.com/sam-k0/BlinkStick.NETCore","last_synced_at":"2025-07-10T14:31:10.307Z","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-02-21T09:17:25.206Z","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":"744de4f5-92c7-42c0-9176-7ced17d57cf5","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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264590909,"owners_count":23633664,"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":["blinkstick","blinkstick-sdk","csharp","led","library"],"created_at":"2024-11-20T22:54:25.520Z","updated_at":"2025-07-10T14:31:10.299Z","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"}