{"id":36808366,"url":"https://github.com/scgolang/oscsync","last_synced_at":"2026-01-12T13:42:01.167Z","repository":{"id":57590838,"uuid":"80213641","full_name":"scgolang/oscsync","owner":"scgolang","description":"OSC Sync Protocol","archived":false,"fork":false,"pushed_at":"2017-04-02T15:14:52.000Z","size":6609,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T03:38:23.532Z","etag":null,"topics":["music","open-sound-control","osc","osc-sync-protocol","protocol","slave","synchronization","tempo"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/scgolang.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}},"created_at":"2017-01-27T14:23:01.000Z","updated_at":"2020-05-14T08:45:42.000Z","dependencies_parsed_at":"2022-09-26T19:43:01.812Z","dependency_job_id":null,"html_url":"https://github.com/scgolang/oscsync","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/scgolang/oscsync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scgolang%2Foscsync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scgolang%2Foscsync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scgolang%2Foscsync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scgolang%2Foscsync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scgolang","download_url":"https://codeload.github.com/scgolang/oscsync/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scgolang%2Foscsync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28339329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["music","open-sound-control","osc","osc-sync-protocol","protocol","slave","synchronization","tempo"],"created_at":"2026-01-12T13:42:00.323Z","updated_at":"2026-01-12T13:42:01.137Z","avatar_url":"https://github.com/scgolang.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# oscsync\n\nSynchronize programs over OSC.\n\n* [Install](#install)\n* [Getting Started](#getting-started)\n* [API](#api)\n\n## Install\n\n```\ngo get github.com/scgolang/oscsync\n```\n\n## Getting Started\n\nRun the master:\n\n```\noscsync serve\n```\n\nConnect a slave that just prints the pulses coming from the master:\n\n```\noscsync pulses\n```\n\n## API\n\n### Pulse\n\n`/sync/pulse f:tempo i:position`\n\nA pulse tells clients what position the master is at.\nThe position is interpreted as 24ppqn at the given tempo.\n\n### Add Slave\n\n`/sync/slave/add s:host i:port`\n\nAdd a slave who is listening at the given host:port.\n\n### Remove Slave\n\n`/sync/slave/remove s:host i:port`\n\nRemove the slave who is listening at the given host:port.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscgolang%2Foscsync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscgolang%2Foscsync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscgolang%2Foscsync/lists"}