{"id":51720,"library":"pion-udp","title":"Pion UDP","description":"Package udp provides a connection-oriented listener over a UDP PacketConn.","status":"active","version":"0.1.4","language":"go","source_language":null,"source_url":"https://github.com/pion/udp","tags":["udp","networking","pion","connection-oriented"],"install":[{"cmd":"go get github.com/pion/udp","lang":"bash","label":"Install github.com/pion/udp"}],"dependencies":[],"imports":[{"symbol":"udp","correct":"github.com/pion/udp"}],"quickstart":{"code":"package main\n\nimport (\n    \"fmt\"\n    \"github.com/pion/udp\"\n)\n\nfunc main() {\n    listener, err := udp.Listen(\"udp\", \":0\")\n    if err != nil {\n        panic(err)\n    }\n    defer listener.Close()\n    fmt.Println(\"Listening on\", listener.Addr())\n    conn, err := listener.Accept()\n    if err != nil {\n        panic(err)\n    }\n    buf := make([]byte, 1024)\n    n, _ := conn.Read(buf)\n    fmt.Println(\"Received:\", string(buf[:n]))\n}","lang":"go","description":"Create a connection-oriented UDP listener and accept a connection."},"warnings":[],"env_vars":null,"search_vec":"'connect':8,19 'connection-ori':7,18 'listen':10 'network':16 'orient':9,20 'packag':3 'packetconn':14 'pion':1,17 'provid':5 'udp':2,4,13,15","created_at":"2026-06-15T06:27:18.050347+00:00","updated_at":"2026-06-15T06:27:18.050347+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/pion/udp","github":"https://github.com/pion/udp","docs":"https://pkg.go.dev/github.com/pion/udp#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}