{"id":18728719,"url":"https://github.com/rubyonworld/osc-ruby","last_synced_at":"2025-07-31T00:04:48.012Z","repository":{"id":174008029,"uuid":"542158747","full_name":"RubyOnWorld/osc-ruby","owner":"RubyOnWorld","description":"This OSC gem originally created by Tadayoshi Funaba has been updated for ruby 1.9 compatibility.","archived":false,"fork":false,"pushed_at":"2022-09-28T01:10:39.000Z","size":130,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T10:27:52.345Z","etag":null,"topics":["gem","osc","rails","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/RubyOnWorld.png","metadata":{"files":{"readme":"README.rdoc","changelog":"History.txt","contributing":null,"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,"zenodo":null}},"created_at":"2022-09-27T15:30:45.000Z","updated_at":"2022-09-28T04:14:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc32e799-bc5f-456d-b8be-b3f1fb265dea","html_url":"https://github.com/RubyOnWorld/osc-ruby","commit_stats":null,"previous_names":["rubyonworld/osc-ruby"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RubyOnWorld/osc-ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyOnWorld%2Fosc-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyOnWorld%2Fosc-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyOnWorld%2Fosc-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyOnWorld%2Fosc-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RubyOnWorld","download_url":"https://codeload.github.com/RubyOnWorld/osc-ruby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyOnWorld%2Fosc-ruby/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267962123,"owners_count":24172576,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"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":["gem","osc","rails","ruby"],"created_at":"2024-11-07T14:23:53.390Z","updated_at":"2025-07-31T00:04:48.003Z","avatar_url":"https://github.com/RubyOnWorld.png","language":"Ruby","readme":"= An OSC client for Ruby\n\n{\u003cimg src=\"https://travis-ci.com/aberant/osc-ruby.svg?branch=master\" alt=\"Build Status\" /\u003e}[https://travis-ci.com/aberant/osc-ruby]\n\nhttp://opensoundcontrol.org/\n\n== Description\n\nThis OSC gem originally created by Tadayoshi Funaba has been updated for ruby 1.9 compatibility.  I've made a point to make this code as expressive as possible and provide a test suite for confident hacking.  It also should be flexible enough to support most crazy ideas.\n\nCompatible with ruby 1.9, 2.* and jruby\n\n== Install\n\n  sudo gem install osc-ruby\n\nfor the EMServer, you will need EventMachine\n\n  sudo gem install eventmachine\n\n== Event Machine Basic example\n\n  require 'rubygems'\n  require 'osc-ruby'\n  require 'osc-ruby/em_server'\n\n  @server = OSC::EMServer.new( 3333 )\n  @client = OSC::Client.new( 'localhost', 3333 )\n\n  @server.add_method '/greeting' do | message |\n    puts \"#{message.ip_address}:#{message.ip_port} -- #{message.address} -- #{message.to_a}\"\n  end\n\n  Thread.new do\n    @server.run\n  end\n\n  @client.send( OSC::Message.new( \"/greeting\" , \"hullo!\" ))\n\n  sleep( 3 )\n\n\n== Credits\n\nOriginally created by...\n\nTadayoshi Funaba\n\nhttp://www.funaba.org/en/\n\nthx also to Toby Tripp, Brian McClain, Andreas Haller, James Hughes, Rapofran, and Daniel Dickison\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyonworld%2Fosc-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubyonworld%2Fosc-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyonworld%2Fosc-ruby/lists"}