{"id":15500045,"url":"https://github.com/mint-dewit/hyperdeck-server-connection","last_synced_at":"2025-04-22T21:45:27.171Z","repository":{"id":40716979,"uuid":"207663921","full_name":"mint-dewit/hyperdeck-server-connection","owner":"mint-dewit","description":"Typescript Node.js library for emulating a Blackmagic Hyperdeck","archived":false,"fork":false,"pushed_at":"2024-07-09T11:46:58.000Z","size":607,"stargazers_count":11,"open_issues_count":13,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T12:14:45.609Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/mint-dewit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","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":"2019-09-10T21:11:28.000Z","updated_at":"2025-04-03T04:20:42.000Z","dependencies_parsed_at":"2024-07-30T15:53:02.453Z","dependency_job_id":null,"html_url":"https://github.com/mint-dewit/hyperdeck-server-connection","commit_stats":null,"previous_names":["mint-dewit/hyperdeck-server-connection","baltedewit/hyperdeck-server-connection"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mint-dewit%2Fhyperdeck-server-connection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mint-dewit%2Fhyperdeck-server-connection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mint-dewit%2Fhyperdeck-server-connection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mint-dewit%2Fhyperdeck-server-connection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mint-dewit","download_url":"https://codeload.github.com/mint-dewit/hyperdeck-server-connection/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250330546,"owners_count":21412995,"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-02T08:57:36.988Z","updated_at":"2025-04-22T21:45:27.135Z","avatar_url":"https://github.com/mint-dewit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hyperdeck server connection\n\n[![CircleCI](https://circleci.com/gh/baltedewit/hyperdeck-server-connection.svg?style=svg)](https://circleci.com/gh/baltedewit/hyperdeck-server-connection)\n\n## Technology highlights\n\n- Typescript\n- Yarn\n- Jest\n- standard-version\n- codecov\n\n## Installation\n\n\u003c!-- For usage by library consumers installation is as easy as:\n```sh\nyarn add hyperdeck-server-connection\n``` --\u003e\n\nFor library developers installation steps are as following:\n\n```sh\ngit clone https://github.com/baltedewit/hyperdeck-server-connection\nyarn build\n```\n\nIf you want to make a contribution, feel free to open a PR.\n\n## Usage\n\n```javascript\nconst { HyperdeckServer } = require('../dist/server')\nconst myHyperdeck = new Hyperdeck()\n\nconst s = new HyperdeckServer()\ns.onPlay = async (cmd) =\u003e {\n\tconsole.log('playing', cmd)\n\tstatus.status = 'play'\n\ts.notifyTransport({\n\t\t...status,\n\t\tspeed: '100',\n\t\t'slot id': '1',\n\t\t'clip id': '1',\n\t\t'single clip': 'true',\n\t\t'video format': '1080i50',\n\t\tloop: false\n\t})\n}\n```\n\n### Events\n\n## Test\n\nThis module will run tests by jest. (TBD)\n\n```sh\n$ yarn unit\n```\n\n## Acknowledgements\n\n- Inspired by [CasparCG Hyperdeck](https://github.com/peschuster/casparcg-hyperdeck) from [peschuster](https://github.com/peschuster)\n- Parser and some constants are derived from [hyperdeck-connection](https://github.com/nrkno/tv-automation-hyperdeck-connection)\n- The public callback-promise API was inspired by [mos-connection](https://github.com/nrkno/tv-automation-mos-connection)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmint-dewit%2Fhyperdeck-server-connection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmint-dewit%2Fhyperdeck-server-connection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmint-dewit%2Fhyperdeck-server-connection/lists"}