{"id":16101513,"url":"https://github.com/mendhak/docker-udp-listener","last_synced_at":"2025-03-18T07:31:29.817Z","repository":{"id":141194621,"uuid":"53749843","full_name":"mendhak/docker-udp-listener","owner":"mendhak","description":null,"archived":false,"fork":false,"pushed_at":"2016-09-30T21:32:14.000Z","size":3,"stargazers_count":18,"open_issues_count":0,"forks_count":14,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T08:16:41.022Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/mendhak.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":"2016-03-12T19:36:21.000Z","updated_at":"2024-10-23T15:11:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff8a744b-1674-4452-bb4d-72c26b755be0","html_url":"https://github.com/mendhak/docker-udp-listener","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mendhak%2Fdocker-udp-listener","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mendhak%2Fdocker-udp-listener/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mendhak%2Fdocker-udp-listener/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mendhak%2Fdocker-udp-listener/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mendhak","download_url":"https://codeload.github.com/mendhak/docker-udp-listener/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910814,"owners_count":20367545,"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":[],"created_at":"2024-10-09T18:50:11.381Z","updated_at":"2025-03-18T07:31:29.812Z","avatar_url":"https://github.com/mendhak.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mendhak/udp-listener [![](https://images.microbadger.com/badges/image/mendhak/udp-listener.svg)](https://microbadger.com/images/mendhak/udp-listener \"Get your own image badge on microbadger.com\")\n\nDocker image that listens on a specified UDP port, outputs to container log.\n\n### Start it\n\nBy default, you can run it like this\n\n    docker run -p 0.0.0.0:5005:5005 -p 0.0.0.0:5005:5005/udp --name udp-listener mendhak/udp-listener\n\nYou can make it listen on another port\n\n    docker run -p 0.0.0.0:4444:4444 -p 0.0.0.0:4444:4444/udp -e UDPPORT=4444 --name udp-listener mendhak/udp-listener\n\n#### Test it\n\nIn another terminal:\n\n    nc -u localhost 5005\n\nAnd start sending data.  You should see your text reflected in the `docker run` terminal\n\n\n### Docker Compose\n\n```\nudp:\n  container_name: my-udp-listener\n  image: mendhak/udp-listener\n  environment:\n    - UDPPORT=4001\n  ports:\n  - \"0.0.0.0:4001:4001\"\n  - \"0.0.0.0:4001:4001/udp\"\n\n```\n\nView its logs:\n\n    docker logs my-udp-listener\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmendhak%2Fdocker-udp-listener","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmendhak%2Fdocker-udp-listener","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmendhak%2Fdocker-udp-listener/lists"}