{"id":21081778,"url":"https://github.com/openvoiceos/ovos-messagebus","last_synced_at":"2025-05-16T09:31:05.952Z","repository":{"id":104838497,"uuid":"433865883","full_name":"OpenVoiceOS/ovos-messagebus","owner":"OpenVoiceOS","description":"ovos-core bus daemon","archived":false,"fork":false,"pushed_at":"2025-03-19T13:41:23.000Z","size":85,"stargazers_count":0,"open_issues_count":3,"forks_count":2,"subscribers_count":4,"default_branch":"dev","last_synced_at":"2025-04-03T23:03:23.413Z","etag":null,"topics":["mycroft","openvoiceos","ovos","websocket"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpenVoiceOS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-12-01T14:45:41.000Z","updated_at":"2025-03-19T13:41:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"b1f56721-a125-4064-9312-1cdfaf56c29c","html_url":"https://github.com/OpenVoiceOS/ovos-messagebus","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenVoiceOS%2Fovos-messagebus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenVoiceOS%2Fovos-messagebus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenVoiceOS%2Fovos-messagebus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenVoiceOS%2Fovos-messagebus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenVoiceOS","download_url":"https://codeload.github.com/OpenVoiceOS/ovos-messagebus/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254504737,"owners_count":22082079,"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":["mycroft","openvoiceos","ovos","websocket"],"created_at":"2024-11-19T20:10:58.991Z","updated_at":"2025-05-16T09:31:05.663Z","avatar_url":"https://github.com/OpenVoiceOS.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OVOS MessageBus\n\nmessagebus service, the nervous system of OpenVoiceOS\n\n## Alternative implementations\n\n- [OVOS Bus Server](https://github.com/OpenVoiceOS/ovos-bus-server/) - Alternative C++ messagebus server implementation using WebSocket++\n- [OVOS Rust Messagebus](https://github.com/OscillateLabsLLC/ovos-rust-messagebus) - Alternative Rust messagebus server implementation\n\n# Configuration\n\nunder mycroft.conf\n\n```javascript\n{\n  // The mycroft-core messagebus websocket\n  \"websocket\": {\n    \"host\": \"0.0.0.0\",\n    \"port\": 8181,\n    \"route\": \"/core\",\n    \"ssl\": false,\n    // in mycroft-core all skills share a bus, this allows malicious skills\n    // to manipulate it and affect other skills, this option ensures each skill\n    // gets its own websocket connection\n    \"shared_connection\": true,\n    // filter out messages of certain types from the bus logs\n    \"filter\": false,\n    // which messages to filter if filter is enabled\n    \"filter_logs\": [\"gui.status.request\", \"gui.page.upload\"]\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenvoiceos%2Fovos-messagebus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenvoiceos%2Fovos-messagebus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenvoiceos%2Fovos-messagebus/lists"}