{"id":21258871,"url":"https://github.com/spacebro/ofxspacebroclient","last_synced_at":"2025-10-09T02:43:35.089Z","repository":{"id":146473822,"uuid":"51591873","full_name":"spacebro/ofxSpacebroClient","owner":"spacebro","description":"An addon for openFrameworks to connect to spacebro with a single line.","archived":false,"fork":false,"pushed_at":"2016-08-26T07:32:10.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-15T06:35:46.888Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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":"2016-02-12T14:20:11.000Z","updated_at":"2016-11-09T10:27:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"12e3757c-40cd-4e93-895c-308c7b83aa3d","html_url":"https://github.com/spacebro/ofxSpacebroClient","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/spacebro/ofxSpacebroClient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebro%2FofxSpacebroClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebro%2FofxSpacebroClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebro%2FofxSpacebroClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebro%2FofxSpacebroClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spacebro","download_url":"https://codeload.github.com/spacebro/ofxSpacebroClient/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebro%2FofxSpacebroClient/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000776,"owners_count":26082906,"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-10-09T02:00:07.460Z","response_time":59,"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:16.505Z","updated_at":"2025-10-09T02:43:35.071Z","avatar_url":"https://github.com/spacebro.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"An addon for openFrameworks to connect to [spacebro](https://github.com/soixantecircuits/spacebro) with a single line.\n\n# Install\n\nYou need this repo, and clone other addons. We've prepared a script to do that for you.\nInstall [openFrameworks](http://openframeworks.cc) and then\n```\ncd your_of_path/addons\ngit clone git@github.com:soixantecircuits/ofxSpacebroClient.git\ncd ofxSpacebroClient\nbash clone_addons.sh\n```\n\n# Usage\n\nFirst, you need to regsiter your events\n```c++\n// Use spacebroClient.registerEvent(eventName) to create ofEvents you can listen to\nofAddListener(spacebroClient.registerEvent(\"stuff\"), this, \u0026ofApp::onStuff)\n```\n\nThen you can setup your client and register to the server\n```c++\n// Use spacebroClient.setup(clientName) to register as clientName to the server\nspacebroClient.setup(\"ofxSpacebroClient\")\n```\n\n\n# Test\n\n## Run spacebro\n\nSpacebro receives and broadcasts all messages to its clients.\n\n```\ngit clone git@github.com:soixantecircuits/spacebro.git\ncd spacebro\nnpm i\nnpm start\n```\n\n## Run spacebro-client example\n\nRun some other example to send data to ofxSpacebroClient example.\n\n```\ngit clone git@github.com:soixantecircuits/spacebro-client.git\ncd spacebro-client\nnpm i\nnpm start\n```\n\n## Run this example\n\nNow you're ready to receive data\n\n```\ncd example\nmake\nmake run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacebro%2Fofxspacebroclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspacebro%2Fofxspacebroclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacebro%2Fofxspacebroclient/lists"}