{"id":16473357,"url":"https://github.com/vikpe/udpclient","last_synced_at":"2025-07-29T20:38:44.645Z","repository":{"id":41319746,"uuid":"486987800","full_name":"vikpe/udpclient","owner":"vikpe","description":"UDP client for Go.","archived":false,"fork":false,"pushed_at":"2023-04-26T08:14:43.000Z","size":30,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T12:43:16.512Z","etag":null,"topics":["client","go","udp"],"latest_commit_sha":null,"homepage":"","language":"Go","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/vikpe.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":"2022-04-29T13:45:01.000Z","updated_at":"2022-11-04T11:48:54.000Z","dependencies_parsed_at":"2024-06-23T04:16:10.936Z","dependency_job_id":null,"html_url":"https://github.com/vikpe/udpclient","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/vikpe/udpclient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikpe%2Fudpclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikpe%2Fudpclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikpe%2Fudpclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikpe%2Fudpclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vikpe","download_url":"https://codeload.github.com/vikpe/udpclient/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikpe%2Fudpclient/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267755410,"owners_count":24139445,"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-07-29T02:00:12.549Z","response_time":2574,"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":["client","go","udp"],"created_at":"2024-10-11T12:26:34.124Z","updated_at":"2025-07-29T20:38:44.587Z","avatar_url":"https://github.com/vikpe.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UDP Client [![Go Reference](https://pkg.go.dev/badge/github.com/vikpe/udpclient.svg)](https://pkg.go.dev/github.com/vikpe/udpclient) [![Test](https://github.com/vikpe/udpclient/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/vikpe/udpclient/actions/workflows/test.yml) [![codecov](https://codecov.io/gh/vikpe/udpclient/branch/main/graph/badge.svg)](https://codecov.io/gh/vikpe/udpclient) [![Go Report Card](https://goreportcard.com/badge/github.com/vikpe/udpclient)](https://goreportcard.com/report/github.com/vikpe/udpclient)\n\n\u003e UDP client for Go\n\n## Example\n\nSend a `status 23` packet to a QuakeWorld server.\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/vikpe/udpclient\"\n)\n\nfunc main() {\n\tclient := udpclient.New()\n\tpacket := []byte{0xff, 0xff, 0xff, 0xff, 's', 't', 'a', 't', 'u', 's', ' ', '2', '3', 0x0a}\n\taddress := \"qw.foppa.dk:27502\"\n\tresponse, err := client.SendPacket(address, packet)\n\n\tfmt.Println(response, err)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikpe%2Fudpclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvikpe%2Fudpclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikpe%2Fudpclient/lists"}