{"id":21258860,"url":"https://github.com/spacebro/spacebrosc","last_synced_at":"2025-03-15T06:34:58.253Z","repository":{"id":146473952,"uuid":"80944082","full_name":"spacebro/spacebrOsc","owner":"spacebro","description":"converts OSC bundles to spacebro events.","archived":false,"fork":false,"pushed_at":"2018-11-14T10:04:55.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T21:46:26.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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":"2017-02-04T19:49:27.000Z","updated_at":"2018-11-14T10:04:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"61fd104f-ec54-4efc-b9fc-118c63a9e6df","html_url":"https://github.com/spacebro/spacebrOsc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebro%2FspacebrOsc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebro%2FspacebrOsc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebro%2FspacebrOsc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebro%2FspacebrOsc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spacebro","download_url":"https://codeload.github.com/spacebro/spacebrOsc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243695478,"owners_count":20332622,"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-21T04:11:13.752Z","updated_at":"2025-03-15T06:34:58.233Z","avatar_url":"https://github.com/spacebro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spacebrOsc\n\nConverts OSC bundles to spacebro events.\n\n### Usage\n\nspacebrOsc is meant to be used as is. You install it, provide a custom configuration file and run it.\n\n##### Install\n```sh\n$ git clone git@github.com:spacebro/spacebrOsc.git\n$ cd spacebrOsc/\n$ npm i\n```\n\n##### Eventually use custom settings\n```sh\n$ cp settings/settings.default.js settings/settings.js\n$ vim settings/settings.js\n```\n\n##### Run\n```sh\n$ node index.js\n```\n\n### Settings\n\n```js\n{\n  \"verbose\": false, // does spacebrOsc logs everything or not\n  \"useCustomEventName\": 'my-custom-event',\n  // if set to false, OSC message address will be used as spacebro event name\n  // else, provide a string that will be the event name and OSC message address will be sent as data\n  \"spacebro\": {\n    \"host\": \"127.0.0.1\", // host of your spacebro server\n    \"port\": 8888, // port of your spacebro server\n    \"channelName\": \"spacebrosc\" // channel name you want to use (optionnal)\n  },\n  \"osc\": {\n    \"localAddress\": \"0.0.0.0\",\n    // on which local ip do you want to open an UDP socket for your OSC sending app to connect\n    \"localPort\": 12345 // on which port you open that UDP socket\n  }\n}\n```\n\n### Example\n\nIf you don't have an OSC sending app, you can test with the `tools/osc-emitter.js` script. Just make sure the settings matches.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacebro%2Fspacebrosc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspacebro%2Fspacebrosc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacebro%2Fspacebrosc/lists"}