{"id":13871900,"url":"https://github.com/orchetect/OSCKit","last_synced_at":"2025-07-16T01:32:14.866Z","repository":{"id":45708766,"uuid":"298115203","full_name":"orchetect/OSCKit","owner":"orchetect","description":"Open Sound Control (OSC) library written in Swift.","archived":false,"fork":false,"pushed_at":"2024-10-30T01:19:50.000Z","size":6384,"stargazers_count":95,"open_issues_count":3,"forks_count":8,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-30T02:48:12.914Z","etag":null,"topics":["ios","macos","open-sound-control","opensoundcontrol","osc","swift6","tvos","visionos","watchos"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/orchetect.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"orchetect"}},"created_at":"2020-09-23T23:06:27.000Z","updated_at":"2024-10-30T01:19:54.000Z","dependencies_parsed_at":"2024-11-10T06:33:13.303Z","dependency_job_id":null,"html_url":"https://github.com/orchetect/OSCKit","commit_stats":{"total_commits":388,"total_committers":3,"mean_commits":"129.33333333333334","dds":0.01804123711340211,"last_synced_commit":"e6c55ba249700cac69020a9b8260e4dc7d11afc4"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchetect%2FOSCKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchetect%2FOSCKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchetect%2FOSCKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchetect%2FOSCKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orchetect","download_url":"https://codeload.github.com/orchetect/OSCKit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226090019,"owners_count":17572112,"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":["ios","macos","open-sound-control","opensoundcontrol","osc","swift6","tvos","visionos","watchos"],"created_at":"2024-08-05T23:00:29.872Z","updated_at":"2025-07-16T01:32:14.856Z","avatar_url":"https://github.com/orchetect.png","language":"Swift","readme":"![OSCKit](Images/osckit-banner.png)\n\n# OSCKit\n\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Forchetect%2FOSCKit%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/orchetect/OSCKit) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Forchetect%2FOSCKit%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/orchetect/OSCKit) [![Xcode 16](https://img.shields.io/badge/Xcode-16-blue.svg?style=flat)](https://developer.apple.com/swift) [![License: MIT](http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)](https://github.com/orchetect/OSCKit/blob/main/LICENSE)\n\nOpen Sound Control ([OSC](https://opensoundcontrol.stanford.edu)) library for macOS, iOS and tvOS written in Swift.\n\n- OSC address pattern matching and dispatch\n- Convenient OSC message value type masking, validation and strong-typing\n- Modular: use the provided UDP network layer by default, or use your own\n- Support for custom OSC types\n- Supports Swift 6 strict concurrency\n- Fully unit tested\n- Full DocC documentation\n\n## Getting Started\n\nThe library is available as a Swift Package Manager (SPM) package.\n\nUse the URL `https://github.com/orchetect/OSCKit` when adding the library to a project or Swift package.\n\nSee the [getting started guide](https://orchetect.github.io/OSCKit/documentation/osckit/getting-started) for a detailed walkthrough of how to get the most out of OSCKit.\n\nThe [Examples](Examples) folder also contains projects to quickly get started.\n\n## Documentation\n\nSee the [online documentation](https://orchetect.github.io/OSCKit/) or view it in Xcode's documentation browser by selecting the **Product → Build Documentation** menu.\n\nThis includes a getting started guide, links to examples, and troubleshooting tips.\n\n## Dependencies\n\n- [CocoaAsyncSocket](https://github.com/robbiehanson/CocoaAsyncSocket) is used by the `OSCKit` target for network sockets.\n- [SwiftASCII](https://github.com/orchetect/SwiftASCII) is used for ASCII string and character formatting and validation.\n\n## Author\n\nCoded by a bunch of 🐹 hamsters in a trenchcoat that calls itself [@orchetect](https://github.com/orchetect).\n\n## License\n\nLicensed under the MIT license. See [LICENSE](LICENSE) for details.\n\n## Sponsoring\n\nIf you enjoy using OSCKit and want to contribute to open-source financially, GitHub sponsorship is much appreciated. Feedback and code contributions are also welcome.\n\n## Community \u0026 Support\n\nPlease do not email maintainers for technical support. Several options are available for issues and questions:\n\n- Questions and feature ideas can be posted to [Discussions](https://github.com/orchetect/OSCKit/discussions).\n- If an issue is a verifiable bug with reproducible steps it may be posted in [Issues](https://github.com/orchetect/OSCKit/issues).\n\n## Contributions\n\nContributions are welcome. Posting in [Discussions](https://github.com/orchetect/OSCKIt/discussions) first prior to new submitting PRs for features or modifications is encouraged.\n","funding_links":["https://github.com/sponsors/orchetect"],"categories":["Swift"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forchetect%2FOSCKit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forchetect%2FOSCKit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forchetect%2FOSCKit/lists"}