{"id":19966779,"url":"https://github.com/aptpod/device-connector-framework","last_synced_at":"2025-03-01T17:26:26.952Z","repository":{"id":93310616,"uuid":"560828710","full_name":"aptpod/device-connector-framework","owner":"aptpod","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-01T04:08:52.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-12T08:41:55.814Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aptpod.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-11-02T11:08:49.000Z","updated_at":"2022-12-08T07:57:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"5586d51e-fccc-4d65-9778-b8bac32780d6","html_url":"https://github.com/aptpod/device-connector-framework","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aptpod%2Fdevice-connector-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aptpod%2Fdevice-connector-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aptpod%2Fdevice-connector-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aptpod%2Fdevice-connector-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aptpod","download_url":"https://codeload.github.com/aptpod/device-connector-framework/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241398920,"owners_count":19956826,"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-13T02:38:13.700Z","updated_at":"2025-03-01T17:26:26.923Z","avatar_url":"https://github.com/aptpod.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Device Connector Framework\n\nDevice Connector Framework is a development framework provided by aptpod to develop Device Connector.\n\n## Document\n\nhttps://docs.intdash.jp/terminal-system/device-connector/device-connector-framework/v2.3.0/\n\n## How to try\n\nDevice Connector is written in Rust, so please install Rust compilation tools. You can use [rustup](https://rustup.rs/) to install Rust.\n\nBuild Device Connector.\n\n```sh\ngit clone https://github.com/aptpod/device-connector-framework.git\ncd device-connector-framework\ncargo build --release -p device-connector-run\n```\n\nPrepare configuration file for Device Connector, and save it as `conf.yaml`.\n\n```yaml\ntasks:\n  - id: 1\n    element: text-src\n    conf:\n      text: \"Hello, World!\"\n      interval_ms: 100\n\n  - id: 2\n    element: stdout-sink\n    from:\n      - - 1\n    conf:\n      separator: \"\\n\"\n```\n\nAnd run.\n\n```\n./target/release/device-connector-run --config conf.yaml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faptpod%2Fdevice-connector-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faptpod%2Fdevice-connector-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faptpod%2Fdevice-connector-framework/lists"}