{"id":20513424,"url":"https://github.com/slimani-dev/udpmessenger","last_synced_at":"2025-03-05T23:13:41.481Z","repository":{"id":126700274,"uuid":"256350889","full_name":"slimani-dev/UDPmessenger","owner":"slimani-dev","description":null,"archived":false,"fork":false,"pushed_at":"2020-04-16T23:54:11.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T07:07:31.379Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/slimani-dev.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":"2020-04-16T23:15:03.000Z","updated_at":"2020-04-16T23:54:13.000Z","dependencies_parsed_at":"2023-06-17T18:00:56.677Z","dependency_job_id":null,"html_url":"https://github.com/slimani-dev/UDPmessenger","commit_stats":null,"previous_names":["slimani-dev/udpmessenger"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slimani-dev%2FUDPmessenger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slimani-dev%2FUDPmessenger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slimani-dev%2FUDPmessenger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slimani-dev%2FUDPmessenger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slimani-dev","download_url":"https://codeload.github.com/slimani-dev/UDPmessenger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242117717,"owners_count":20074438,"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-11-15T21:11:02.041Z","updated_at":"2025-03-05T23:13:41.450Z","avatar_url":"https://github.com/slimani-dev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"### UDP Messenger\n\nyou need docker to test\n\n## build docker\n\n```shell script\n\ndocker build -t udp-messenger . \n\n```\n\ncreate a network\n\n```shell script\n\ndocker network create --subnet=172.18.0.0/16 messengerNetwork\n\n```\n\n## run server\n\nrun this code only once to start the server\n\n```shell script\ndocker run -it --net messengerNetwork --ip 172.18.0.2 -p 9875:9875 udp-messenger java -cp out/production/UDPMessenger UDPServer\n\n```\n\n\n## run client \n\nrun this code for as many clients as you want\n\n\n```shell script\n\ndocker run -it --net messengerNetwork udp-messenger\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslimani-dev%2Fudpmessenger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslimani-dev%2Fudpmessenger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslimani-dev%2Fudpmessenger/lists"}