{"id":30266740,"url":"https://github.com/thalusa/ddc-node","last_synced_at":"2025-08-15T23:19:10.720Z","repository":{"id":53880325,"uuid":"521794650","full_name":"ThalusA/ddc-node","owner":"ThalusA","description":"A high-level DDC/CI library for Node written in Rust for efficient and fast control of displays, monitors and DDC-enabled hardware","archived":false,"fork":false,"pushed_at":"2024-07-07T09:36:44.000Z","size":1904,"stargazers_count":10,"open_issues_count":2,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-07T06:11:21.166Z","etag":null,"topics":["cross-platform","ddc","ddc-ci","ddcci","nodejs","rust"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@ddc-node/ddc-node","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThalusA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-08-05T22:52:18.000Z","updated_at":"2025-02-24T07:24:43.000Z","dependencies_parsed_at":"2024-09-18T16:34:36.727Z","dependency_job_id":"4a24101c-6457-4c82-92ee-3c21a84dd2a8","html_url":"https://github.com/ThalusA/ddc-node","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":"napi-rs/package-template","purl":"pkg:github/ThalusA/ddc-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThalusA%2Fddc-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThalusA%2Fddc-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThalusA%2Fddc-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThalusA%2Fddc-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThalusA","download_url":"https://codeload.github.com/ThalusA/ddc-node/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThalusA%2Fddc-node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270644762,"owners_count":24621332,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"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":["cross-platform","ddc","ddc-ci","ddcci","nodejs","rust"],"created_at":"2025-08-15T23:19:09.779Z","updated_at":"2025-08-15T23:19:10.705Z","avatar_url":"https://github.com/ThalusA.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `@ddc-node/ddc-node`\n\n![https://github.com/ThalusA/ddc-node/actions](https://github.com/ThalusA/ddc-node/workflows/CI/badge.svg)\n\n`@ddc-node/ddc-node` is a high-level [DDC/CI](https://en.wikipedia.org/wiki/Display_Data_Channel) library for Node written in Rust for efficient and fast control of hardware.\n\n## Usage\n\n```typescript\nimport { DisplayManager, VCPFeatureCode } from \"@ddc-node/ddc-node\";\n\nconst displays = await (new DisplayManager()).collect();\n\nfor (const display of displays) {\n    const vcp_feature = await display.getVcpFeature(VCPFeatureCode.ImageAdjustment.Luminance);\n    console.info(`Display at index ${display.index} have a brightness value of`);\n    console.info(vcp_feature);\n    await display.setVcpFeature(VCPFeatures.ImageAdjustment.Luminance, vcp_feature.currentValue + 5);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthalusa%2Fddc-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthalusa%2Fddc-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthalusa%2Fddc-node/lists"}