{"id":24802974,"url":"https://github.com/ovoshatchery/ovos-bus-server","last_synced_at":"2025-03-25T05:37:24.685Z","repository":{"id":104838503,"uuid":"582353540","full_name":"OVOSHatchery/ovos-bus-server","owner":"OVOSHatchery","description":"alternative ovos bus service (websocket server) in C++","archived":false,"fork":false,"pushed_at":"2024-01-03T02:41:26.000Z","size":745,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-30T05:16:50.053Z","etag":null,"topics":["maintainer-wanted","proof-of-concept"],"latest_commit_sha":null,"homepage":"","language":"C++","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/OVOSHatchery.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-12-26T14:57:19.000Z","updated_at":"2024-02-09T20:40:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"519213ad-1de5-4f59-b5ce-6cef9d980ca8","html_url":"https://github.com/OVOSHatchery/ovos-bus-server","commit_stats":null,"previous_names":["ovoshatchery/ovos-bus-server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OVOSHatchery%2Fovos-bus-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OVOSHatchery%2Fovos-bus-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OVOSHatchery%2Fovos-bus-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OVOSHatchery%2Fovos-bus-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OVOSHatchery","download_url":"https://codeload.github.com/OVOSHatchery/ovos-bus-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245407759,"owners_count":20610232,"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":["maintainer-wanted","proof-of-concept"],"created_at":"2025-01-30T05:16:52.034Z","updated_at":"2025-03-25T05:37:24.665Z","avatar_url":"https://github.com/OVOSHatchery.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OVOS Bus Server\n\nAlternative C++ messagebus server implementation for ovos-core using\nthe [WebSocket++](https://github.com/zaphoyd/websocketpp) WebSocket library.\n\n## Dependencies\n\nThe following libraries are bundled in the source tree, under the `server/external` directory:\n\n- [WebSocket++](https://github.com/zaphoyd/websocketpp)\n- [Asio](http://think-async.com/)\n- [JsonCpp](https://github.com/open-source-parsers/jsoncpp)\n\nWhen compiling under MinGW, [Boost.Thread](http://www.boost.org/doc/libs/release/libs/thread/) is also required, due to\na bug in MinGW that prevents WebSocket++ from using C++11 functionality alone (\nsee [this StackOverflow post](http://stackoverflow.com/questions/33662788/undefined-reference-to-stderrcoperation-canceled-when-compiling-websocketp)\nfor details.)\n\n## Building the server\n\nBuilding the server requires a recent version of the [CMake](https://cmake.org/) build system. To build the server,\ninvoke the following commands in the `server` directory:\n\n```\ncmake .\ncmake --build .\n```\n\nWhen compiling with Visual Studio under Windows, these command need to be run from the _\"Visual Studio Native Tools\nCommand Prompt\"_, which includes the neccessary build tools in the `PATH`.\n\n## License\n\nThe bundled libraries are each covered by their own licenses:\n\n- WebSocket++ - **BSD 3-Clause License** (see `server/external/LICENSE/websocketpp.txt`)\n- Asio - **Boost Software License** (see `server/external/LICENSE/asio.txt`)\n- JsonCpp - **Public Domain / MIT License** (see `server/external/LICENSE/jsoncpp.txt`)\n\nAll of the remaining code is licensed under the MIT License. See the file `LICENSE` for details.\n\n## Credits\n\nBased of https://github.com/adamrehn/websocket-server-demo\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovoshatchery%2Fovos-bus-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fovoshatchery%2Fovos-bus-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovoshatchery%2Fovos-bus-server/lists"}