{"id":24485811,"url":"https://github.com/debug-ing/rtp","last_synced_at":"2025-06-17T04:34:26.107Z","repository":{"id":267450935,"uuid":"901267845","full_name":"debug-ing/rtp","owner":"debug-ing","description":"library rtp with rfc8860 in Go","archived":false,"fork":false,"pushed_at":"2024-12-10T11:51:45.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-27T05:51:29.282Z","etag":null,"topics":["go","rtp"],"latest_commit_sha":null,"homepage":"","language":"Go","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/debug-ing.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-10T10:51:08.000Z","updated_at":"2024-12-11T03:24:13.000Z","dependencies_parsed_at":"2024-12-10T12:47:44.608Z","dependency_job_id":null,"html_url":"https://github.com/debug-ing/rtp","commit_stats":null,"previous_names":["debug-ing/rtp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/debug-ing/rtp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debug-ing%2Frtp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debug-ing%2Frtp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debug-ing%2Frtp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debug-ing%2Frtp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/debug-ing","download_url":"https://codeload.github.com/debug-ing/rtp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debug-ing%2Frtp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260294085,"owners_count":22987596,"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":["go","rtp"],"created_at":"2025-01-21T14:20:03.430Z","updated_at":"2025-06-17T04:34:26.063Z","avatar_url":"https://github.com/debug-ing.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RTP Server Go\n\n\n## Introduction\n\nRealTime Protocol implementation based on [RFC 8860](https://datatracker.ietf.org/doc/html/rfc8860) in Golang. \nGet Message and Send Message.\n\n\n## Example\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"net\"\n\n\trtp \"github.com/debug-ing/rtp\"\n)\n\nfunc main() {\n\tserver := rtp.Init(5004, func(conn net.PacketConn, addr net.Addr, data []byte, rtpModel rtp.RTPPacket) {\n\t\tfmt.Println(\"Received data from\", rtpModel.Version)\n\t\trtp.Send(conn, addr, rtpModel, []byte(\"Response from server\"))\n\t})\n\tserver.Run()\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebug-ing%2Frtp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdebug-ing%2Frtp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebug-ing%2Frtp/lists"}