{"id":23066480,"url":"https://github.com/xjine/unity_ipendpointinfo","last_synced_at":"2026-05-18T04:08:14.916Z","repository":{"id":83606979,"uuid":"188221530","full_name":"XJINE/Unity_IPEndPointInfo","owner":"XJINE","description":"IPEndPoint wrapper to setup from Inspector.","archived":false,"fork":false,"pushed_at":"2025-06-26T01:31:28.000Z","size":110,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-26T02:31:49.599Z","etag":null,"topics":["assets","unity"],"latest_commit_sha":null,"homepage":null,"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/XJINE.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,"publiccode":null,"codemeta":null}},"created_at":"2019-05-23T11:33:53.000Z","updated_at":"2025-06-26T01:26:30.000Z","dependencies_parsed_at":"2023-07-08T19:16:16.204Z","dependency_job_id":null,"html_url":"https://github.com/XJINE/Unity_IPEndPointInfo","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/XJINE/Unity_IPEndPointInfo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_IPEndPointInfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_IPEndPointInfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_IPEndPointInfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_IPEndPointInfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XJINE","download_url":"https://codeload.github.com/XJINE/Unity_IPEndPointInfo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_IPEndPointInfo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33164672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"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":["assets","unity"],"created_at":"2024-12-16T05:13:25.145Z","updated_at":"2026-05-18T04:08:14.902Z","avatar_url":"https://github.com/XJINE.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity_IPEndPointInfo\n\n\u003cimg src=\"https://github.com/XJINE/Unity_IPEndPointInfo/blob/main/Screenshot.png\" width=\"100%\" height=\"auto\" /\u003e\n\nIPEndPoint wrapper to setup from Inspector.\n\n## Importing\n\nYou can use Package Manager or import it directly.\n\n```\nhttps://github.com/XJINE/Unity_IPEndPointInfo.git?path=Assets/Packages/IPEndPointInfo\n```\n\n## How to Use\n\nSet ``address`` and ``port`` field. And get ``IPEndPoint`` from property.\nThe source is quite simple.\n\n```csharp\n[SerializeField] private string address;\n[SerializeField] private int    port;\n\nprivate IPEndPoint _ipEndPoint;\n\n    public string Address\n    {\n        get =\u003e address;\n        set\n        {\n            address     = value;\n            _ipEndPoint = new IPEndPoint(IPAddress.Parse(address), port);\n        }\n    }\n    public int Port\n    {\n        get =\u003e port;\n        set\n        {\n            port        = value;\n            _ipEndPoint = new IPEndPoint(IPAddress.Parse(address), port);\n        }\n    }\n\npublic IPEndPoint IPEndPoint =\u003e _ipEndPoint ??= new IPEndPoint(IPAddress.Parse(address), port);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxjine%2Funity_ipendpointinfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxjine%2Funity_ipendpointinfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxjine%2Funity_ipendpointinfo/lists"}