{"id":13419699,"url":"https://github.com/mas-bandwidth/yojimbo","last_synced_at":"2025-12-29T22:32:03.889Z","repository":{"id":42229017,"uuid":"59925747","full_name":"mas-bandwidth/yojimbo","owner":"mas-bandwidth","description":"A network library for client/server games written in C++","archived":false,"fork":false,"pushed_at":"2024-03-31T13:25:05.000Z","size":10531,"stargazers_count":2376,"open_issues_count":0,"forks_count":233,"subscribers_count":133,"default_branch":"main","last_synced_at":"2024-04-13T20:16:46.963Z","etag":null,"topics":["client-server","game","multiplayer-game-server","protocol","udp"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mas-bandwidth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"mas-bandwidth"}},"created_at":"2016-05-29T04:10:16.000Z","updated_at":"2024-05-01T06:37:19.233Z","dependencies_parsed_at":"2024-01-21T00:25:44.472Z","dependency_job_id":"4fe8bfb6-89ef-4e66-8514-9003e7a8f905","html_url":"https://github.com/mas-bandwidth/yojimbo","commit_stats":{"total_commits":1255,"total_committers":33,"mean_commits":38.03030303030303,"dds":0.09561752988047811,"last_synced_commit":"433bc2cee42bb372ad36d8b77a841dfd8f23c1f1"},"previous_names":["mas-bandwidth/yojimbo"],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mas-bandwidth%2Fyojimbo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mas-bandwidth%2Fyojimbo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mas-bandwidth%2Fyojimbo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mas-bandwidth%2Fyojimbo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mas-bandwidth","download_url":"https://codeload.github.com/mas-bandwidth/yojimbo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243690112,"owners_count":20331726,"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":["client-server","game","multiplayer-game-server","protocol","udp"],"created_at":"2024-07-30T22:01:19.536Z","updated_at":"2025-12-29T22:32:03.845Z","avatar_url":"https://github.com/mas-bandwidth.png","language":"C","funding_links":["https://github.com/sponsors/mas-bandwidth"],"categories":["TODO scan for Android support in followings","C","Libraries"],"sub_categories":["C++"],"readme":"[![Build status](https://github.com/networkprotocol/yojimbo/workflows/CI/badge.svg)](https://github.com/networkprotocol/yojimbo/actions?query=workflow%3ACI)\n\n# yojimbo\n\n**yojimbo** is a network library for client/server games written in C++.\n\nIt's designed around the networking requirements of competitive multiplayer games like first person shooters. \n\nGenerally speaking, if you have a custom game engine written in C++ and you want to network your game, yojimbo is a really good choice.\n\n![image](https://github.com/mas-bandwidth/yojimbo/assets/696656/098935f2-ba2b-4540-8d7f-474acc7f2cd8)\n\nIt has the following features:\n\n* Cryptographically secure authentication via [connect tokens](https://github.com/networkprotocol/netcode/blob/master/STANDARD.md)\n* Client/server connection management and timeouts\n* Encrypted and signed packets sent over UDP\n* Packet fragmentation and reassembly\n* Bitpacker and serialization system\n* Unreliable-unordered messages for time sensitive data\n* Reliable-ordered messages with aggressive resend until ack\n* Data blocks larger than maximum packet size can be attached to reliable-ordered messages\n* Estimates of latency, jitter, packet loss, bandwidth sent, received and acked per-connection\n\nyojimbo is stable and production ready.\n\n## Source Code\n\nYou can get the latest source code by cloning it from github:\n\n      git clone https://github.com/mas-bandwidth/yojimbo.git\n\nAlternatively, you can download the latest [release](https://github.com/mas-bandwidth/yojimbo/releases).\n\n## Author\n\nThe author of this library is [Glenn Fiedler](https://www.linkedin.com/in/glenn-fiedler-11b735302/).\n\nYojimbo is built on top of other open source libraries by the same author: [netcode](https://github.com/mas-bandwidth/netcode), [reliable](https://github.com/mas-bandwidth/reliable), and [serialize](https://github.com/mas-bandwidth/serialize)\n\nIf you find this software useful, please consider [sponsoring it](https://github.com/sponsors/mas-bandwidth). Thanks!\n\n## License\n\n[BSD 3-Clause license](https://opensource.org/licenses/BSD-3-Clause).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmas-bandwidth%2Fyojimbo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmas-bandwidth%2Fyojimbo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmas-bandwidth%2Fyojimbo/lists"}