{"id":21258873,"url":"https://github.com/spacebro/dmx-web-bro","last_synced_at":"2026-07-22T07:32:30.252Z","repository":{"id":40742033,"uuid":"201055966","full_name":"spacebro/dmx-web-bro","owner":"spacebro","description":"dmx-web-bro is a spacebro tool that aims to forward spacebro events to a dmx-web server.","archived":false,"fork":false,"pushed_at":"2023-05-06T11:47:13.000Z","size":35,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T19:25:40.978Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/spacebro.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":"2019-08-07T13:27:14.000Z","updated_at":"2019-08-12T09:45:05.000Z","dependencies_parsed_at":"2024-11-21T04:11:23.627Z","dependency_job_id":"b12cfe74-d394-46f8-a9a6-b1a9985b40c4","html_url":"https://github.com/spacebro/dmx-web-bro","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/spacebro/dmx-web-bro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebro%2Fdmx-web-bro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebro%2Fdmx-web-bro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebro%2Fdmx-web-bro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebro%2Fdmx-web-bro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spacebro","download_url":"https://codeload.github.com/spacebro/dmx-web-bro/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebro%2Fdmx-web-bro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35753456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-22T02:00:06.236Z","response_time":124,"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":[],"created_at":"2024-11-21T04:11:17.180Z","updated_at":"2026-07-22T07:32:30.235Z","avatar_url":"https://github.com/spacebro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dmx-web-bro\n\n`dmx-web-bro` is a [spacebro](https://github.com/spacebro) tool that aims to forward spacebro events to a [dmx-web](https://github.com/node-dmx/dmx-web) server.\n\n```bash\n$ npm install -g dmx-web\n```\n\n## Troubleshoot\n\nFor the moment, the working version of dmx-web is [not available on npm](https://github.com/node-dmx/dmx-web/issues/5), so you have to manually clone the repository and use the source.\n\n```bash\n$ git clone https://github.com/node-dmx/dmx-web.git\n$ cd dmx-web\n$ npm i\n$ ./dmx-web.js [-c \u003cfull-path to config file\u003e]\n```\n\n## configuration\n\neach `event` item contains the event name and a datas property with channel index and associated values to be sent:\n\n```json\n{\n  \"dmx-web-URL\": \"http://127.0.0.1:37300/state/default\",\n  \"events\": [\n    {\n      \"name\": \"first\",\n      \"datas\": {\n        \"1\": 0,\n        \"2\": 255\n      }\n    }, {\n      \"name\": \"second\",\n      \"datas\": {\n        \"1\": 255,\n        \"2\": 120\n      }\n    }, {\n      \"name\": \"third\",\n      \"datas\": {\n        \"1\": 120,\n        \"2\": 0\n      }\n    }\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacebro%2Fdmx-web-bro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspacebro%2Fdmx-web-bro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacebro%2Fdmx-web-bro/lists"}