{"id":34629064,"url":"https://github.com/sublee/unity-cosocket","last_synced_at":"2025-12-24T16:33:21.879Z","repository":{"id":7350157,"uuid":"8674123","full_name":"sublee/unity-cosocket","owner":"sublee","description":"Sockets for Unity3D coroutine","archived":false,"fork":false,"pushed_at":"2014-10-30T07:41:56.000Z","size":148,"stargazers_count":19,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-29T00:11:09.067Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/sublee.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}},"created_at":"2013-03-09T18:25:58.000Z","updated_at":"2024-04-29T00:11:09.068Z","dependencies_parsed_at":"2022-08-29T15:20:50.167Z","dependency_job_id":null,"html_url":"https://github.com/sublee/unity-cosocket","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sublee/unity-cosocket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sublee%2Funity-cosocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sublee%2Funity-cosocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sublee%2Funity-cosocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sublee%2Funity-cosocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sublee","download_url":"https://codeload.github.com/sublee/unity-cosocket/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sublee%2Funity-cosocket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28004717,"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-12-24T02:00:07.193Z","response_time":83,"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":"2025-12-24T16:33:15.600Z","updated_at":"2025-12-24T16:33:21.874Z","avatar_url":"https://github.com/sublee.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"unity-cosocket\n==============\n\nSockets for Unity3D coroutine.\n\n```c#\nCosocket sock = new Cosocket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);\nyield return StartCoroutine(sock.Connect(new IPEndPoint(IPAddress.Parse(\"127.0.0.1\"), 8999)));\nyield return StartCoroutine(sock.Send(new ASCIIEncoding().GetBytes(\"Hello, world\")));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublee%2Funity-cosocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsublee%2Funity-cosocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublee%2Funity-cosocket/lists"}